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

ObjectGroupObjectDataBLOBReference() public method

Initializes a new instance of the ObjectGroupObjectDataBLOBReference class.
public ObjectGroupObjectDataBLOBReference ( ) : System.Collections.Generic
return System.Collections.Generic
        public ObjectGroupObjectDataBLOBReference()
            : base(StreamObjectTypeHeaderStart.ObjectGroupObjectDataBLOBReference)
        {
            this.ObjectExtendedGUIDArray = new ExGUIDArray();
            this.CellIDArray = new CellIDArray();
            this.BLOBExtendedGUID = new ExGuid();
        }