ATMLModelLibrary.model.signal.VOR.Deserialize C# (CSharp) Method

Deserialize() public static method

public static Deserialize ( System s ) : VOR
s System
return VOR
        public static VOR Deserialize(System.IO.Stream s)
        {
            return ((VOR)(Serializer.Deserialize(s)));
        }
        #endregion

Same methods

VOR::Deserialize ( string input ) : VOR
VOR::Deserialize ( string input, VOR &obj ) : bool
VOR::Deserialize ( string input, VOR &obj, System &exception ) : bool