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

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

private static GetXamlDirective ( string name, AllowedMemberLocations allowedLocation ) : XamlDirective
name string
allowedLocation AllowedMemberLocations
Результат System.Xaml.XamlDirective
        private static XamlDirective GetXamlDirective (string name, AllowedMemberLocations allowedLocation /*, MemberReflector reflector*/)
        {
            return new XamlDirective(s_xamlNamespaces, name, /*allowedLocation, reflector*/null, null, allowedLocation);
        }

Same methods

XamlLanguage::GetXamlDirective ( string name ) : XamlDirective
XamlLanguage::GetXamlDirective ( string name, XamlType xamlType, XamlValueConverter typeConverter, AllowedMemberLocations allowedLocation ) : XamlDirective