Alba.Jaml.MSInternal.XamlLanguage.GetXamlType C# (CSharp) Method

GetXamlType() private static method

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