Метод | Описание | |
---|---|---|
Count ( this enumerable ) : int | ||
ElementAt ( this items, int position ) : System.Object | ||
GetPosition ( this items, object item ) : int |
public static Count ( this enumerable ) : int | ||
enumerable | this | |
Результат | int |
public static ElementAt ( this items, int position ) : System.Object | ||
items | this | |
position | int | |
Результат | System.Object |
public static GetPosition ( this items, object item ) : int | ||
items | this | |
item | object | |
Результат | int |