Alba.Jaml.MSInternal.XamlLanguage.GetXamlType C# (CSharp) Méthode

GetXamlType() private static méthode

private static GetXamlType ( Type type ) : XamlType
type System.Type
Résultat XamlType
        private static XamlType GetXamlType (Type type)
        {
            return s_schemaContext.Value.GetXamlType(type);
        }