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