Implemented interface member:
property
TypeArguments
Microsoft.CSharp.RuntimeBinder.ICSharpInvokeOrInvokeMemberBinder.TypeArguments
5 references to TypeArguments
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\CSharpInvokeConstructorBinder.cs (5)
61hash = BinderHelper.AddArgHashes(hash, TypeArguments, _argumentInfo); 77TypeArguments.Length != otherBinder.TypeArguments.Length || 83return BinderHelper.CompareArgInfos(TypeArguments, otherBinder.TypeArguments, _argumentInfo, otherBinder._argumentInfo);