GetCustomAttribute() static private method

static private GetCustomAttribute ( RuntimeFieldInfo field ) : Attribute
field RuntimeFieldInfo
return Attribute
コード例 #1
0
 internal static bool IsDefined(RuntimeFieldInfo field)
 {
     return(FieldOffsetAttribute.GetCustomAttribute(field) != null);
 }