MAPIInspector.Parsers.XID.XID C# (CSharp) 메소드

XID() 공개 메소드

Initializes a new instance of the XID structure.
public XID ( int length ) : System
length int the length of the LocalId.
리턴 System
        public XID(int length)
        {
            this.length = length;
        }