AppStore.AppStore_XamlTypeInfo.XamlMember.GetValue C# (CSharp) Method

GetValue() public method

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