System.Reflection.Emit.FieldOnTypeBuilderInst.SetValue C# (CSharp) Метод

SetValue() публичный Метод

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
Результат void
		public override void SetValue (object obj, object value, BindingFlags invokeAttr, Binder binder, CultureInfo culture) {
			throw new NotSupportedException ();
		}
	}