public abstract class AutodiscoverResponseCollection<TResponse> : AutodiscoverResponse,
IEnumerable<TResponse>, IEnumerable
where TResponse : AutodiscoverResponse
Public MustInherit Class AutodiscoverResponseCollection(Of TResponse As AutodiscoverResponse)
Inherits AutodiscoverResponse
Implements IEnumerable(Of TResponse), IEnumerablegeneric<typename TResponse>
where TResponse : AutodiscoverResponse
public ref class AutodiscoverResponseCollection abstract : public AutodiscoverResponse,
IEnumerable<TResponse>, IEnumerable[<AbstractClassAttribute>]
type AutodiscoverResponseCollection<'TResponse when 'TResponse : AutodiscoverResponse> =
class
inherit AutodiscoverResponse
interface IEnumerable<'TResponse>
interface IEnumerable
end| Count | Gets the number of responses in the collection. |
| ErrorCode |
Gets the error code that was returned by the service.
(Унаследован от AutodiscoverResponse) |
| ErrorMessage |
Gets the error message that was returned by the service.
(Унаследован от AutodiscoverResponse) |
| Item | Gets the response at the specified index. |
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| AsArrayTResponse |
Преобразует коллекцию в массив. В случае, если коллекция не является массивом, к ней применяется ToArrayTSource(IEnumerableTSource).
(Определяется EnumerableExtensions) |
| ConvertToListDictionariesTResponse |
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления по умолчанию
(Определяется DictionaryConverter) |
| ConvertToListDictionariesTResponse |
Осуществляет сопоставлению коллекции source на коллекцию
коллекций ключ-значение в соответствии с контекстом сопоставления context (Определяется DictionaryConverter) |
| ForEachTResponse |
Выполняет указанное действие с каждым элементом коллекции IEnumerableT.
(Определяется EnumerableExtensions) |
| FullOuterJoinTResponse, TInner, TKey, TResult | (Определяется Extensions) |
| Get | (Определяется ComHelper) |
| IndexOfTResponse |
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного выражения.
(Определяется Extensions) |
| IndexOfTResponse |
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного компаратора IEqualityComparerT.
(Определяется Extensions) |
| InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
| Invoke | (Определяется ComHelper) |
| OrderByDependenciesTResponse | (Определяется Extensions) |
| OrderByDependenciesTResponse | (Определяется Extensions) |
| OrderByDependenciesTResponse, TKey | (Определяется Extensions) |
| OrderByDependenciesTResponse, TKey | (Определяется Extensions) |
| OrderByLocalizedTResponse |
Сортирует значения последовательности по возрастанию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions) |
| OrderByLocalizedDescendingTResponse |
Сортирует значения последовательности по убыванию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions) |
| RunWithMaxDegreeOfParallelismAsyncTResponse |
Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions) |
| Set | (Определяется ComHelper) |
| ToDictionaryAsyncTResponse, TKey, TElement |
Создает словарь DictionaryTKey, TValue из объекта IEnumerableT
в соответствии с заданными функциями синхронного селектора ключа и асинхронного селектора значения.
(Определяется PlatformExtensions) |
| ToObservableCollectionTResponse |
Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется Extensions) |
| ToSealableListTResponse |
Возвращает список объектов, поддерживающий защиту от изменений.
Каждый из объектов T в списке либо не реализует интерфейс ISealable,
либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется Extensions) |
| TryFirstTResponse |
Возвращает первый элемент последовательности, удовлетворяющий условию.
(Определяется EnumerableExtensions) |
| TrySingleOrDefaultTResponse |
Возвращает единственный конкретный элемент коллекции или значение по умолчанию для типа, если этот элемент не найден.
(Определяется EnumerableExtensions) |