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

SetValue() public method

public SetValue ( object obj, object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture ) : void
obj object
value object
invokeAttr BindingFlags
binder System.Reflection.Binder
culture System.Globalization.CultureInfo
return void
		public override void SetValue (object obj, object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture) {
			throw new NotSupportedException ();
		}
	}