You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.182
Former-commit-id: 439c182e520038bf50777ca2fe684f216ae28552
This commit is contained in:
parent
c911219690
commit
804b15604f
@ -38,14 +38,14 @@ namespace System.ServiceModel.Channels
|
||||
{
|
||||
}
|
||||
|
||||
public BindingElementCollection (BindingElement [] bindings)
|
||||
public BindingElementCollection (BindingElement [] elements)
|
||||
{
|
||||
AddRange (bindings);
|
||||
AddRange (elements);
|
||||
}
|
||||
|
||||
public BindingElementCollection (IEnumerable<BindingElement> bindings)
|
||||
public BindingElementCollection (IEnumerable<BindingElement> elements)
|
||||
{
|
||||
foreach (BindingElement e in bindings)
|
||||
foreach (BindingElement e in elements)
|
||||
Add (e);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user