Mono.JSFriendlyMethodBinder.SelectProperty C# (CSharp) 메소드

SelectProperty() 공개 메소드

public SelectProperty ( BindingFlags bindingAttr, PropertyInfo match, Type returnType, Type indexes, ParameterModifier modifiers ) : PropertyInfo
bindingAttr BindingFlags
match System.Reflection.PropertyInfo
returnType System.Type
indexes System.Type
modifiers System.Reflection.ParameterModifier
리턴 System.Reflection.PropertyInfo
		public override PropertyInfo SelectProperty (BindingFlags bindingAttr, PropertyInfo [] match, Type returnType, Type [] indexes, ParameterModifier [] modifiers)
		{
			throw new NotImplementedException ();
		}
	}