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

SoftwareListType() public method

public SoftwareListType ( ) : System
return System
        public SoftwareListType()
        {
            this.softwareField = new List<SoftwareType>();
        }