Bamboo.Prevalence.XPath.FieldInfoValueProvider.GetValue C# (CSharp) Method

GetValue() public method

public GetValue ( object instance ) : object
instance object
return object
		public object GetValue(object instance)
		{
			return _fi.GetValue(instance);
		}
	}