System.Reflection.TypeExtensions.GetFields C# (CSharp) 메소드

GetFields() 공개 정적인 메소드

public static GetFields ( this type ) : System.Reflection.FieldInfo[]
type this
리턴 System.Reflection.FieldInfo[]
        public static System.Reflection.FieldInfo[] GetFields(this System.Type type) { throw null; }
        public static System.Reflection.FieldInfo[] GetFields(this System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetFields ( this type, System bindingAttr ) : System.Reflection.FieldInfo[]