AppStore.AppStore_XamlTypeInfo.XamlSystemBaseType.XamlSystemBaseType C# (CSharp) 메소드

XamlSystemBaseType() 공개 메소드

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