System.Reflection.Emit.FieldOnTypeBuilderInst.GetValue C# (CSharp) Method

GetValue() public method

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