Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.Restriction.Deserialize C# (CSharp) 메소드

Deserialize() 공개 추상적인 메소드

Deserialized byte array to an Restriction instance
public abstract Deserialize ( byte buffer ) : void
buffer byte Byte array contain data of an Restriction instance
리턴 void
        public abstract void Deserialize(byte[] buffer);
    }