Alba.Jaml.MSInternal.XamlSchemaContext.PublicMorozov_GetXamlType C# (CSharp) 메소드

PublicMorozov_GetXamlType() 공개 메소드

public PublicMorozov_GetXamlType ( string xamlNamespace, string name ) : XamlType
xamlNamespace string
name string
리턴 XamlType
        public XamlType PublicMorozov_GetXamlType (string xamlNamespace, string name, params XamlType[] typeArguments)
        {
            return base.GetXamlType(xamlNamespace, name, typeArguments);
        }
    }