AppStore.AppStore_XamlTypeInfo.XamlSystemBaseType.XamlSystemBaseType C# (CSharp) Method

XamlSystemBaseType() public method

public XamlSystemBaseType ( string fullName, global underlyingType )
fullName string
underlyingType global
        public XamlSystemBaseType(string fullName, global::System.Type underlyingType)
        {
            _fullName = fullName;
            _underlyingType = underlyingType;
        }