GetXamlNamespaces() public method

public GetXamlNamespaces ( ) : IList
return IList
コード例 #1
0
 public DirectiveAdapter(XamlDirective xamlMember)
     : base(xamlMember.GetXamlNamespaces(), xamlMember.Name, xamlMember.Type, xamlMember.TypeConverter, xamlMember.AllowedLocation)
 {
 }