TranslatableContent(IEnumerableTranslatableValue) Constructor

Constructor. The other collection whose contents are copied into this one.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public TranslatableContent(
	IEnumerable<TranslatableValue> collection
)

Parameters

collection  IEnumerableTranslatableValue
 

See Also