CSMSL.IO.MzML.IndexListType.IndexListType C# (CSharp) Method

IndexListType() public method

public IndexListType ( ) : System
return System
        public IndexListType()
        {
            this.indexField = new List<IndexType>();
        }