Mono.Xaml.XamlReflectionPropertySetter.GetValue C# (CSharp) Method

GetValue() public method

public GetValue ( ) : object
return object
		public object GetValue ()
		{
			return prop.GetValue (target, null);
		}