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

GetValue() 공개 메소드

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