MzIdentML.ParamListType.Deserialize C# (CSharp) Метод

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

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

Same methods

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