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

Deserialize() public static method

public static Deserialize ( string xml, IndexListType &obj ) : bool
xml string
obj IndexListType
return bool
        public static bool Deserialize(string xml, out IndexListType obj)
        {
            System.Exception exception = null;
            return Deserialize(xml, out obj, out exception);
        }

Same methods

IndexListType::Deserialize ( string xml ) : IndexListType
IndexListType::Deserialize ( string xml, IndexListType &obj, System &exception ) : bool