Property | Type | Description | |
---|---|---|---|
AssociatedMemberInfo | |||
isAbstract | bool | ||
isExtension | bool | ||
isExternal | bool | ||
isVarargs | bool | ||
isVirtual | bool | ||
typeVars |
Method | Description | |
---|---|---|
ConvNext ( ) : |
||
InferenceMustFail ( ) : bool | ||
IsConstructor ( ) : bool | ||
IsDestructor ( ) : bool | ||
IsExtension ( ) : bool | ||
IsNullableConstructor ( ) : bool | ||
MethKind ( ) : MethodKindEnum | ||
SetConvNext ( |
||
SetEvent ( Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol evt ) : void | ||
SetMethKind ( MethodKindEnum mk ) : void | ||
SetProperty ( Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol prop ) : void | ||
getEvent ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol | ||
getProperty ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol | ||
isAnyAccessor ( ) : bool | ||
isConversionOperator ( ) : bool | ||
isEventAccessor ( ) : bool | ||
isExplicit ( ) : bool | ||
isImplicit ( ) : bool | ||
isInvoke ( ) : bool | ||
isPropertyAccessor ( ) : bool | ||
isSetAccessor ( ) : bool | ||
isUserCallable ( ) : bool |
public SetConvNext ( |
||
conv | ||
return | void |
public SetEvent ( Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol evt ) : void | ||
evt | Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol | |
return | void |
public SetMethKind ( MethodKindEnum mk ) : void | ||
mk | MethodKindEnum | |
return | void |
public SetProperty ( Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol prop ) : void | ||
prop | Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol | |
return | void |
public getEvent ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol | ||
return | Microsoft.CSharp.RuntimeBinder.Semantics.EventSymbol |
public getProperty ( ) : Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol | ||
return | Microsoft.CSharp.RuntimeBinder.Semantics.PropertySymbol |
public MemberInfo,System.Reflection AssociatedMemberInfo | ||
return |