Class SubContentCollection
Collection of subcontent LocalizableSubContent elements. Can appear in different MarkupData elements.
Inheritance
System.Object
SubContentCollection
Implements
Inherited Members
Namespace: Sdl.Core.Bcm.BcmModel.Skeleton
Assembly: Sdl.Core.Bcm.BcmModel.dll
Syntax
public class SubContentCollection : KeyBasedCollection<string, LocalizableSubContent>
Constructors
SubContentCollection()
Initializes a new instance of the SubContentCollection class.
Declaration
public SubContentCollection()
Implements
System.IEquatable<>