System.Reflection.Emit.PropertyOnTypeBuilderInst.GetValue C# (CSharp) Метод

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

public GetValue ( object obj, BindingFlags invokeAttr, Binder binder, object index, CultureInfo culture ) : object
obj object
invokeAttr BindingFlags
binder System.Reflection.Binder
index object
culture System.Globalization.CultureInfo
Результат object
		public override object GetValue (object obj, BindingFlags invokeAttr, Binder binder, object[] index, CultureInfo culture)
		{
			throw new NotSupportedException ();
		}