Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Language.LanguageEntryElementCollection Class

(not specified)

(not specified)

Namespace: YetaWF.Core.Language
Assembly: YetaWF.Core

Inheritance

Syntax

public class LanguageEntryElementCollection : System.Collections.Generic.List<LanguageEntryElement>;

Constructors

PublicLanguageEntryElementCollectionConstructor.

Properties

PublicInherited from System.Collections.Generic.List<LanguageEntryElement>CapacityGets or sets the total number of elements the internal data structure can hold without resizing.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>CountGets the number of elements contained in the List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>ItemGets or sets the element at the specified index.

Methods

PublicInherited from System.Collections.Generic.List<LanguageEntryElement>AddAdds an object to the end of the List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>AddRangeAdds the elements of the specified collection to the end of the List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>AsReadOnlyReturns a read-only ReadOnlyCollection<T> wrapper for the current collection.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>BinarySearchSearches the entire sorted List<T> for an element using the default comparer and returns the zero-based index of the element.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>ClearRemoves all elements from the List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>ContainsDetermines whether an element is in the List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>ConvertAllConverts the elements in the current List<T> to another type, and returns a list containing the converted elements.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>CopyToCopies the entire List<T> to a compatible one-dimensional array, starting at the beginning of the target array.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>EnsureCapacityEnsures that the capacity of this list is at least the specified capacity. If the current capacity is less than capacity, it is successively increased to twice the current capacity until it is at least the specified capacity.
PublicInherited from System.ObjectEqualsDetermines whether the specified object is equal to the current object.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>ExistsDetermines whether the List<T> contains elements that match the conditions defined by the specified predicate.
ProtectedInherited from System.ObjectFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>FindSearches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>FindAllRetrieves all the elements that match the conditions defined by the specified predicate.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>FindIndexSearches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the List<T> that starts at the specified index and contains the specified number of elements.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>FindLastSearches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>FindLastIndexSearches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the List<T> that contains the specified number of elements and ends at the specified index.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>ForEachPerforms the specified action on each element of the List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>GetEnumeratorReturns an enumerator that iterates through the List<T>.
PublicInherited from System.ObjectGetHashCodeServes as the default hash function.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>GetRangeCreates a shallow copy of a range of elements in the source List<T>.
PublicInherited from System.ObjectGetTypeGets the Type of the current instance.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>IndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>InsertInserts an element into the List<T> at the specified index.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>InsertRangeInserts the elements of a collection into the List<T> at the specified index.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>LastIndexOfSearches for the specified object and returns the zero-based index of the last occurrence within the entire List<T>.
ProtectedInherited from System.ObjectMemberwiseCloneCreates a shallow copy of the current Object.
PublicStaticInherited from System.ObjectReferenceEqualsDetermines whether the specified Object instances are the same instance.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>RemoveRemoves the first occurrence of a specific object from the List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>RemoveAllRemoves all the elements that match the conditions defined by the specified predicate.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>RemoveAtRemoves the element at the specified index of the List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>RemoveRangeRemoves a range of elements from the List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>ReverseReverses the order of the elements in the entire List<T>.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>SortSorts the elements in the entire List<T> using the default comparer.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>ToArrayCopies the elements of the List<T> to a new array.
PublicInherited from System.ObjectToStringReturns a string that represents the current object.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>TrimExcessSets the capacity to the actual number of elements in the List<T>, if that number is less than a threshold value.
PublicInherited from System.Collections.Generic.List<LanguageEntryElement>TrueForAllDetermines whether every element in the List<T> matches the conditions defined by the specified predicate.

See Also YetaWF.Core Overview