public sealed class ArgumentEnumerator : IEnumerable<KeyValuePair<string, string>>,
IEnumerable, IEnumerator<KeyValuePair<string, string>>,
IEnumerator, IDisposable
Public NotInheritable Class ArgumentEnumerator
Implements IEnumerable(Of KeyValuePair(Of String, String)),
IEnumerable, IEnumerator(Of KeyValuePair(Of String, String)),
IEnumerator, IDisposable
public ref class ArgumentEnumerator sealed : IEnumerable<KeyValuePair<String^, String^>>,
IEnumerable, IEnumerator<KeyValuePair<String^, String^>>,
IEnumerator, IDisposable
[<SealedAttribute>]
type ArgumentEnumerator =
class
interface IEnumerable<KeyValuePair<string, string>>
interface IEnumerable
interface IEnumerator<KeyValuePair<string, string>>
interface IEnumerator
interface IDisposable
end
ArgumentEnumerator(String) | Initializes a new instance of the ArgumentEnumerator class with the specified String which represents command-line arguments. |
ArgumentEnumerator(String) | Initializes a new instance of the ArgumentEnumerator class with the specified array of String each represents a single command-line argument. |
ArgumentEnumerator(Char, String) | Инициализирует новый экземпляр класса ArgumentEnumerator |
ArgumentEnumerator(Char, String) | Инициализирует новый экземпляр класса ArgumentEnumerator |
Current | Gets the current argument name/value pair in the collection. |
CurrentName | Gets the current argument name in the collection. |
CurrentValue | Gets the current argument value in the collection. |
DefaultNamePrefix | |
Empty | Gets an empty ArgumentEnumerator. |
NamePrefix |
ContinueFromCurrent | Creates a continuation that enumerates arguments starting from current. |
Dispose | Releases all resources used by the current instance of the ArgumentEnumerator class. |
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 | Returns an enumerator that iterates through 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) |
MoveNext | Advances the enumerator to the next element of the collection. |
Reset | Sets the enumerator to its initial position which is before the first element in the collection. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
AsArrayKeyValuePairString, String |
Преобразует коллекцию в массив. В случае, если коллекция не является массивом, к ней применяется ToArrayTSource(IEnumerableTSource).
(Определяется EnumerableExtensions) |
ForEachKeyValuePairString, String |
Выполняет указанное действие с каждым элементом коллекции IEnumerableT.
(Определяется EnumerableExtensions) |
FullOuterJoinKeyValuePairString, String, TInner, TKey, TResult | (Определяется Extensions) |
Get | (Определяется ComHelper) |
IndexOfKeyValuePairString, String |
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного выражения.
(Определяется Extensions) |
IndexOfKeyValuePairString, String |
Возвращает индекс первого вхождения элемента в последовательность, определяемый
посредством заданного компаратора IEqualityComparerT.
(Определяется Extensions) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
OrderByDependenciesKeyValuePairString, String | (Определяется Extensions) |
OrderByDependenciesKeyValuePairString, String | (Определяется Extensions) |
OrderByDependenciesKeyValuePairString, String, TKey | (Определяется Extensions) |
OrderByDependenciesKeyValuePairString, String, TKey | (Определяется Extensions) |
OrderByLocalizedKeyValuePairString, String |
Сортирует значения последовательности по возрастанию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions) |
OrderByLocalizedDescendingKeyValuePairString, String |
Сортирует значения последовательности по убыванию по локализованному ключу,
который определяется для каждого элемента.
(Определяется PlatformExtensions) |
RunWithMaxDegreeOfParallelismAsyncKeyValuePairString, String |
Выполняет асинхронную обработку элементов с ограничением на максимальное количество параллельных задач.
(Определяется PlatformExtensions) |
Set | (Определяется ComHelper) |
ToDictionaryAsyncKeyValuePairString, String, TKey, TElement |
Создает словарь DictionaryTKey, TValue из объекта IEnumerableT
в соответствии с заданными функциями синхронного селектора ключа и асинхронного селектора значения.
(Определяется PlatformExtensions) |
ToObservableCollectionKeyValuePairString, String |
Преобразует коллекцию IEnumerable в ObservableCollection
(Определяется Extensions) |
ToSealableListKeyValuePairString, String |
Возвращает список объектов, поддерживающий защиту от изменений.
Каждый из объектов T в списке либо не реализует интерфейс ISealable,
либо защита от изменений таких объектов не активируется вместе со списком.
(Определяется Extensions) |
TryFirstKeyValuePairString, String |
Возвращает первый элемент последовательности, удовлетворяющий условию.
(Определяется EnumerableExtensions) |
TrySingleOrDefaultKeyValuePairString, String |
Возвращает единственный конкретный элемент коллекции или значение по умолчанию для типа, если этот элемент не найден.
(Определяется EnumerableExtensions) |