TranslatableContent Constructor (IEnumerableTranslatableValue) |
Constructor.
The other collection whose contents are copied into this one.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic TranslatableContent(
IEnumerable<TranslatableValue> collection
)
Public Sub New (
collection As IEnumerable(Of TranslatableValue)
)
public:
TranslatableContent(
IEnumerable<TranslatableValue^>^ collection
)
Parameters
- collection
- Type: System.Collections.GenericIEnumerableTranslatableValue
See Also