System.Runtime.Serialization.SerializationFieldInfo.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

public GetValue ( Object obj ) : Object
obj Object
리턴 Object
        public override Object GetValue(Object obj) {
            return m_field.GetValue(obj);
        }