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

CellIDArray() public method

Initializes a new instance of the CellIDArray class, this is default constructor.
public CellIDArray ( ) : System.Collections.Generic
return System.Collections.Generic
        public CellIDArray()
        {
            this.Content = new List<CellID>();
        }

Same methods

CellIDArray::CellIDArray ( CellIDArray cellIdArray ) : System.Collections.Generic
CellIDArray::CellIDArray ( ulong count, List content ) : System.Collections.Generic