Microsoft.Protocols.TestSuites.SharedAdapter.ExGUIDArray.ExGUIDArray C# (CSharp) 메소드

ExGUIDArray() 공개 메소드

Initializes a new instance of the ExGUIDArray class, this is the default constructor.
public ExGUIDArray ( ) : System
리턴 System
        public ExGUIDArray()
        {
            this.Count = new Compact64bitInt();
            this.content = new List<ExGuid>();
        }

Same methods

ExGUIDArray::ExGUIDArray ( ExGUIDArray extendGuidArray ) : System
ExGUIDArray::ExGUIDArray ( List content ) : System