System.Reflection.Emit.FieldOnTypeBuilderInst.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

public GetValue ( object obj ) : object
obj object
리턴 object
		public override object GetValue(object obj) {
			throw new NotSupportedException ();
		}