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

ComponentListType() 공개 메소드

public ComponentListType ( ) : System
리턴 System
        public ComponentListType()
        {
            this.detectorField = new List<DetectorComponentType>();
            this.analyzerField = new List<AnalyzerComponentType>();
            this.sourceField = new List<SourceComponentType>();
        }