[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public abstract class ComplexPropertyCollection<TComplexProperty> : ComplexProperty,
IEnumerable<TComplexProperty>, IEnumerable
where TComplexProperty : ComplexProperty
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class ComplexPropertyCollection(Of TComplexProperty As ComplexProperty)
Inherits ComplexProperty
Implements IEnumerable(Of TComplexProperty), IEnumerable[EditorBrowsableAttribute(EditorBrowsableState::Never)]
generic<typename TComplexProperty>
where TComplexProperty : ComplexProperty
public ref class ComplexPropertyCollection abstract : public ComplexProperty,
IEnumerable<TComplexProperty>, IEnumerable[<AbstractClassAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type ComplexPropertyCollection<'TComplexProperty when 'TComplexProperty : ComplexProperty> =
class
inherit ComplexProperty
interface IEnumerable<'TComplexProperty>
interface IEnumerable
end| Count | Gets the total number of properties in the collection. |
| Item | Gets the property at the specified index. |
| Contains | Determines whether a specific property is in the collection. |
| Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetEnumerator | Gets an enumerator that iterates through the elements of the collection. |
| GetHashCode | Serves as the default hash function. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| IndexOf | Searches for a specific property and return its zero-based index within the collection. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| AsArrayTComplexProperty |
Преобразует коллекцию в массив. В случае, если коллекция не является массивом, к ней применяется ToArrayTSource(IEnumerableTSource).
(Определяется EnumerableExtensions) |
| ConvertToListDictionariesTComplexProperty |
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления по умолчанию
(Определяется DictionaryConverter) |
| ConvertToListDictionariesTComplexProperty |
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления context (Определяется DictionaryConverter) |
| ForEachTComplexProperty |
Выполняет указанное действие с каждым элементом коллекции IEnumerableT.
(Определяется EnumerableExtensions) |
| FullOuterJoinTComplexProperty, TInner, TKey, TResult | (Определяется Extensions) |
| Get | (Определяется ComHelper) |
| IndexOfTComplexProperty |
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного выражения.
(Определяется Extensions) |
| IndexOfTComplexProperty |
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного компаратора IEqualityComparerT.
(Определяется Extensions) |
| InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
| Invoke | (Определяется ComHelper) |
| OrderByDependenciesTComplexProperty | (Определяется Extensions) |
| OrderByDependenciesTComplexProperty | (Определяется Extensions) |
| OrderByDependenciesTComplexProperty, TKey | (Определяется Extensions) |
| OrderByDependenciesTComplexProperty, TKey | (Определяется Extensions) |
| OrderByLocalizedTComplexProperty |
Сортирует значения последовательности по возрастанию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions) |
| OrderByLocalizedDescendingTComplexProperty |
Сортирует значения последовательности по убыванию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions) |
| RunWithMaxDegreeOfParallelismAsyncTComplexProperty |
Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions) |
| Set | (Определяется ComHelper) |
| ToDictionaryAsyncTComplexProperty, TKey, TElement |
Создает словарь DictionaryTKey, TValue из объекта IEnumerableT
в соответствии с заданными функциями синхронного селектора ключа и асинхронного селектора значения.
(Определяется PlatformExtensions) |
| ToObservableCollectionTComplexProperty |
Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется Extensions) |
| ToSealableListTComplexProperty |
Возвращает список объектов, поддерживающий защиту от изменений.
Каждый из объектов T в списке либо не реализует интерфейс ISealable,
либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется Extensions) |
| TryFirstTComplexProperty |
Возвращает первый элемент последовательности, удовлетворяющий условию.
(Определяется EnumerableExtensions) |
| TrySingleOrDefaultTComplexProperty |
Возвращает единственный конкретный элемент коллекции или значение по умолчанию для типа, если этот элемент не найден.
(Определяется EnumerableExtensions) |