System.Reflection.PropertyInfoExtensions.GetAccessors C# (CSharp) Method

GetAccessors() public static method

public static GetAccessors ( this property ) : System.Reflection.MethodInfo[]
property this
return System.Reflection.MethodInfo[]
        public static System.Reflection.MethodInfo[] GetAccessors(this System.Reflection.PropertyInfo property) { throw null; }
        public static System.Reflection.MethodInfo[] GetAccessors(this System.Reflection.PropertyInfo property, bool nonPublic) { throw null; }

Same methods

PropertyInfoExtensions::GetAccessors ( this property, bool nonPublic ) : System.Reflection.MethodInfo[]