get_attributes() 개인적인 메소드

private get_attributes ( Type type ) : TypeAttributes
type Type
리턴 TypeAttributes
예제 #1
0
 protected override TypeAttributes GetAttributeFlagsImpl()
 {
     return(MonoType.get_attributes(this));
 }