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

CellManifestDataElementData() public method

Initializes a new instance of the CellManifestDataElementData class.
public CellManifestDataElementData ( ) : System.Collections.Generic
return System.Collections.Generic
        public CellManifestDataElementData()
        {
            this.CellManifestCurrentRevision = new CellManifestCurrentRevision();
        }