Microsoft.Protocols.TestSuites.SharedAdapter.ExGUIDArray.ExGUIDArray C# (CSharp) Method

ExGUIDArray() public method

Initializes a new instance of the ExGUIDArray class, this is copy constructor.
public ExGUIDArray ( ExGUIDArray extendGuidArray ) : System
extendGuidArray ExGUIDArray Specify the ExGUIDArray where copies from.
return System
        public ExGUIDArray(ExGUIDArray extendGuidArray)
            : this(extendGuidArray.Content)
        {
        }

Same methods

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