Search Results for

    Show / Hide Table of Contents

    Class SubContentCollection

    Collection of subcontent LocalizableSubContent elements. Can appear in different MarkupData elements.

    Inheritance
    object
    Collection<LocalizableSubContent>
    KeyedCollection<string, LocalizableSubContent>
    KeyBasedCollection<string, LocalizableSubContent>
    SubContentCollection
    Implements
    IList<LocalizableSubContent>
    ICollection<LocalizableSubContent>
    IList
    ICollection
    IReadOnlyList<LocalizableSubContent>
    IReadOnlyCollection<LocalizableSubContent>
    IEnumerable<LocalizableSubContent>
    IEnumerable
    IEquatable<KeyBasedCollection<string, LocalizableSubContent>>
    Inherited Members
    KeyBasedCollection<string, LocalizableSubContent>.KeySelector
    KeyBasedCollection<string, LocalizableSubContent>.ForEach(Action<LocalizableSubContent>)
    KeyBasedCollection<string, LocalizableSubContent>.Equals(KeyBasedCollection<string, LocalizableSubContent>)
    KeyBasedCollection<string, LocalizableSubContent>.Equals(object)
    KeyBasedCollection<string, LocalizableSubContent>.GetHashCode()
    KeyBasedCollection<string, LocalizableSubContent>.GetKeyForItem(LocalizableSubContent)
    KeyedCollection<string, LocalizableSubContent>.Contains(string)
    KeyedCollection<string, LocalizableSubContent>.TryGetValue(string, out LocalizableSubContent)
    KeyedCollection<string, LocalizableSubContent>.Remove(string)
    KeyedCollection<string, LocalizableSubContent>.ChangeItemKey(LocalizableSubContent, string)
    KeyedCollection<string, LocalizableSubContent>.ClearItems()
    KeyedCollection<string, LocalizableSubContent>.InsertItem(int, LocalizableSubContent)
    KeyedCollection<string, LocalizableSubContent>.RemoveItem(int)
    KeyedCollection<string, LocalizableSubContent>.SetItem(int, LocalizableSubContent)
    KeyedCollection<string, LocalizableSubContent>.Comparer
    KeyedCollection<string, LocalizableSubContent>.this[string]
    KeyedCollection<string, LocalizableSubContent>.Dictionary
    Collection<LocalizableSubContent>.Add(LocalizableSubContent)
    Collection<LocalizableSubContent>.Clear()
    Collection<LocalizableSubContent>.CopyTo(LocalizableSubContent[], int)
    Collection<LocalizableSubContent>.Contains(LocalizableSubContent)
    Collection<LocalizableSubContent>.GetEnumerator()
    Collection<LocalizableSubContent>.IndexOf(LocalizableSubContent)
    Collection<LocalizableSubContent>.Insert(int, LocalizableSubContent)
    Collection<LocalizableSubContent>.Remove(LocalizableSubContent)
    Collection<LocalizableSubContent>.RemoveAt(int)
    Collection<LocalizableSubContent>.ClearItems()
    Collection<LocalizableSubContent>.InsertItem(int, LocalizableSubContent)
    Collection<LocalizableSubContent>.RemoveItem(int)
    Collection<LocalizableSubContent>.SetItem(int, LocalizableSubContent)
    Collection<LocalizableSubContent>.Count
    Collection<LocalizableSubContent>.Items
    Collection<LocalizableSubContent>.this[int]
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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()

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable
    IEquatable<T>

    Extension Methods

    ModelExtensions.IsSequenceEqual<TSource>(IList<TSource>, IList<TSource>)
    In this article
    Back to top Generated by DocFX