Method | Description | |
---|---|---|
GetCustomAttributes ( Type attributeType, bool inherit ) : object[] | ||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetCustomAttributesData ( ) : IList |
||
GetOptionalCustomModifiers ( ) : Type[] | ||
GetRequiredCustomModifiers ( ) : Type[] | ||
IsDefined ( Type attributeType, bool inherit ) : bool |
Method | Description | |
---|---|---|
MonoParameterInfo ( |
||
MonoParameterInfo ( |
||
MonoParameterInfo ( |
||
MonoParameterInfo ( Type type, |
public GetCustomAttributes ( Type attributeType, bool inherit ) : object[] | ||
attributeType | Type | |
inherit | bool | |
return | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
return | object[] |
public GetOptionalCustomModifiers ( ) : Type[] | ||
return | Type[] |
public GetRequiredCustomModifiers ( ) : Type[] | ||
return | Type[] |
public IsDefined ( Type attributeType, bool inherit ) : bool | ||
attributeType | Type | |
inherit | bool | |
return | bool |