Bamboo.Prevalence.XPath.PropertyInfoValueProvider.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

public GetValue ( object instance ) : object
instance object
리턴 object
		public object GetValue(object instance)
		{
			return _pi.GetValue(instance, (object[])null);
		}
	}
PropertyInfoValueProvider