CSMSL.IO.MzML.SelectedIonListType.Deserialize C# (CSharp) Метод

Deserialize() публичный статический Метод

public static Deserialize ( string xml, SelectedIonListType &obj ) : bool
xml string
obj SelectedIonListType
Результат bool
        public static bool Deserialize(string xml, out SelectedIonListType obj)
        {
            System.Exception exception = null;
            return Deserialize(xml, out obj, out exception);
        }

Same methods

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