CSMSL.IO.MzML.IndexListType.IndexListType C# (CSharp) 메소드

IndexListType() 공개 메소드

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