get_attributes() private method

private get_attributes ( Type type ) : TypeAttributes
type Type
return TypeAttributes
Esempio n. 1
0
 protected override TypeAttributes GetAttributeFlagsImpl()
 {
     return(MonoType.get_attributes(this));
 }