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

Deserialize() public static method

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

Same methods

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