System.Text.MLangCodePageEncoding.MLangDecoder.GetRealObject C# (CSharp) 메소드

GetRealObject() 공개 메소드

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