MetadataCollectionAddRange Method |
Adds a range of items to the collection.
Namespace: RelaxIS_SDK.CommonAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public void AddRange(
IEnumerable<Metadata> Items
)
Public Sub AddRange (
Items As IEnumerable(Of Metadata)
)
Dim instance As MetadataCollection
Dim Items As IEnumerable(Of Metadata)
instance.AddRange(Items)
Parameters
- Items IEnumerableMetadata
- The items to be added to the collection
See Also