Syntactik.NET Documentation
Syntactik.NET Documentation
API Reference
Syntactik.DOM
PairCollection(T) Class
PairCollection(T) Methods
Add Method
AddRange Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
Insert Method
Remove Method
Replace Method
ToArray Method
PairCollection
T
AddRange Method
Adds range of pairs to collection.
Namespace:
Syntactik.DOM
Assembly:
Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
Copy
public
PairCollection
<T>
AddRange
(
IEnumerable
<T>
pairs
)
Parameters
pairs
Type:
System.Collections.Generic
IEnumerable
T
Range of pairs.
Return Value
Type:
PairCollection
T
Resulting instance of collection.
See Also
Reference
PairCollection
T
Class
Syntactik.DOM Namespace
Send comments on this topic to
info@syntactik.com