Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NameValuePairList"/> class that contains elements copied from
 /// the specified <see cref="NameValuePairList"/> and uses the default equality comparer for the key type.
 /// </summary>
 /// <param name="parameters">The <see cref="NameValuePairList"/> whose elements are copied to the new <see cref="NameValuePairList"/>.</param>
 public NameValuePairList(NameValuePairList parameters)
     : base(parameters as IDictionary <string, string>)
 {
 }
Exemplo n.º 2
0
 protected override Resource _create( string name, ResourceHandle handle, string group, bool isManual,
     IManualResourceLoader loader, Axiom.Collections.NameValuePairList createParams)
 {
     return new Compositor( this, name, handle, group, isManual, loader );
 }