System.Text.CodePageEncoding.Decoder.GetRealObject C# (CSharp) Method

GetRealObject() public method

public GetRealObject ( StreamingContext context ) : Object
context System.Runtime.Serialization.StreamingContext
return Object
            public Object GetRealObject(StreamingContext context)
            {
                return this.realEncoding.GetDecoder();
            }