System.TypeExtensionMethods.GetMember C# (CSharp) Method

GetMember() public static method

public static GetMember ( this type, string name ) : System.Reflection.MemberInfo[]
type this
name string
return System.Reflection.MemberInfo[]
        public static MemberInfo[] GetMember(this Type type, string name)
        {
            throw new NotImplementedException();
        }