EasyUA Reference
SubscriptionCollection Constructor(IEnumerable<Subscription>)
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > SubscriptionCollection Class > SubscriptionCollection Constructor : SubscriptionCollection Constructor(IEnumerable<Subscription>)

collection
The existing collection to use as the basis of creating this collection

Glossary Item Box

Initializes the collection from another collection.

Syntax

Visual Basic (Usage)Copy Code
Dim collection As IEnumerable(Of Subscription)
 
Dim instance As New SubscriptionCollection(collection)
C# 
public SubscriptionCollection( 
   IEnumerable<Subscription> collection
)

Parameters

collection
The existing collection to use as the basis of creating this collection

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.