Mono.Xaml.XamlReflectionPropertySetter.GetValue C# (CSharp) Méthode

GetValue() public méthode

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