System.Reflection.MemberInfoExtensions.GetMetadataToken C# (CSharp) Method

GetMetadataToken() public static method

public static GetMetadataToken ( this member ) : int
member this
return int
        public static int GetMetadataToken(this MemberInfo member) { throw null; }
    }