Alba.Jaml.MSInternal.XamlLanguage.GetXamlType C# (CSharp) Метод

GetXamlType() приватный статический Метод

private static GetXamlType ( Type type ) : XamlType
type System.Type
Результат XamlType
        private static XamlType GetXamlType (Type type)
        {
            return s_schemaContext.Value.GetXamlType(type);
        }