Bamboo.Prevalence.XPath.PropertyInfoValueProvider.GetValue C# (CSharp) Méthode

GetValue() public méthode

public GetValue ( object instance ) : object
instance object
Résultat object
		public object GetValue(object instance)
		{
			return _pi.GetValue(instance, (object[])null);
		}
	}
PropertyInfoValueProvider