App1.App1_Windows_XamlTypeInfo.XamlMember.GetValue C# (CSharp) Méthode

GetValue() public méthode

public GetValue ( object instance ) : object
instance object
Résultat object
        public object GetValue(object instance)
        {
            if (Getter != null)
                return Getter(instance);
            else
                throw new global::System.InvalidOperationException("GetValue");
        }