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;
        }