GetCustomAttribute() static private method

static private GetCustomAttribute ( RuntimeFieldInfo field ) : Attribute
field RuntimeFieldInfo
return Attribute
Esempio n. 1
0
 internal static bool IsDefined(RuntimeFieldInfo field)
 {
     return(FieldOffsetAttribute.GetCustomAttribute(field) != null);
 }