Environement-VS 1.0.0-Alpha
Chargement...
Recherche...
Aucune correspondance
Référence de la classe GalacticShrine.Stockage.Groupesealed

[FR] Représente un groupe d’éléments (par exemple un groupe d’extensions de fichiers).
[EN] Represents a group of items (for example, a group of file extensions). Plus de détails...

Fonctions membres publiques

 Groupe (string Nom, params string[] Element)
 [FR] Initialise une nouvelle instance de la classe Groupe.
[EN] Initializes a new instance of the Groupe class.
bool Contient (string ElementRecherche)
 [FR] Indique si le groupe contient l’élément spécifié (comparaison insensible à la casse).
[EN] Indicates whether the group contains the specified item (case-insensitive comparison).

Propriétés

string Noms [get]
 [FR] Nom du groupe.
[EN] Name of the group.
string this[int Indice] [get]
 [FR] Accède à un élément par index (0-based).
[EN] Accesses an item by index (0-based).
string this[Index Indice] [get]
 [FR] Accède à un élément par index à partir de la fin (Index C# 8, ex. [^1]).
[EN] Accesses an item using an index from the end (C# 8 Index, e.g. [^1]).
string[] this[Range Plage] [get]
 [FR] Accède à une plage d’éléments (syntaxe C# range, ex. [1..]).
[EN] Accesses a range of items (C# range syntax, e.g. [1..]).
int Compter [get]
 [FR] Nombre d’éléments dans le groupe.
[EN] Number of items in the group.
IReadOnlyList< string > Element [get]
 [FR] Éléments du groupe en lecture seule.
[EN] Read-only items of the group.

Description détaillée

[FR] Représente un groupe d’éléments (par exemple un groupe d’extensions de fichiers).
[EN] Represents a group of items (for example, a group of file extensions).

Définition à la ligne 26 du fichier Groupe.Class.Ref.cs.

Documentation des constructeurs et destructeur

◆ Groupe()

GalacticShrine.Stockage.Groupe.Groupe ( string Nom,
params string[] Element )

[FR] Initialise une nouvelle instance de la classe Groupe.
[EN] Initializes a new instance of the Groupe class.

Paramètres
Nom[FR] Nom du groupe.
[EN] Name of the group.
Element[FR] Éléments du groupe.
[EN] Items of the group.

Définition à la ligne 66 du fichier Groupe.Class.Ref.cs.

Références Element, et Noms.

Documentation des fonctions membres

◆ Contient()

bool GalacticShrine.Stockage.Groupe.Contient ( string ElementRecherche)

[FR] Indique si le groupe contient l’élément spécifié (comparaison insensible à la casse).
[EN] Indicates whether the group contains the specified item (case-insensitive comparison).

Paramètres
ElementRecherche[FR] Élément à rechercher.
[EN] Item to search for.
Renvoie
[FR] true si l’élément est présent ; sinon false.
[EN] true if the item is present; otherwise false.

Définition à la ligne 158 du fichier Groupe.Class.Ref.cs.

Documentation des propriétés

◆ Compter

int GalacticShrine.Stockage.Groupe.Compter
get

[FR] Nombre d’éléments dans le groupe.
[EN] Number of items in the group.

Définition à la ligne 134 du fichier Groupe.Class.Ref.cs.

◆ Element

IReadOnlyList<string> GalacticShrine.Stockage.Groupe.Element
get

[FR] Éléments du groupe en lecture seule.
[EN] Read-only items of the group.

Définition à la ligne 142 du fichier Groupe.Class.Ref.cs.

◆ Noms

string GalacticShrine.Stockage.Groupe.Noms
get

[FR] Nom du groupe.
[EN] Name of the group.

Définition à la ligne 50 du fichier Groupe.Class.Ref.cs.

◆ this[Index Indice]

string GalacticShrine.Stockage.Groupe.this[Index Indice]
get

[FR] Accède à un élément par index à partir de la fin (Index C# 8, ex. [^1]).
[EN] Accesses an item using an index from the end (C# 8 Index, e.g. [^1]).

Paramètres
Indice[FR] Index à partir de la fin.
[EN] Index from the end.
Renvoie
[FR] Élément à l’index donné.
[EN] Item at the given index.

Définition à la ligne 110 du fichier Groupe.Class.Ref.cs.

◆ this[int Indice]

string GalacticShrine.Stockage.Groupe.this[int Indice]
get

[FR] Accède à un élément par index (0-based).
[EN] Accesses an item by index (0-based).

Paramètres
Indice[FR] Index de l’élément.
[EN] Item index.
Renvoie
[FR] Élément à l’index donné.
[EN] Item at the given index.

Définition à la ligne 94 du fichier Groupe.Class.Ref.cs.

◆ this[Range Plage]

string [] GalacticShrine.Stockage.Groupe.this[Range Plage]
get

[FR] Accède à une plage d’éléments (syntaxe C# range, ex. [1..]).
[EN] Accesses a range of items (C# range syntax, e.g. [1..]).

Paramètres
Plage[FR] Plage d’index à récupérer.
[EN] Range of indices to retrieve.
Renvoie
[FR] Tableau contenant les éléments de la plage.
[EN] Array containing the items in the range.

Définition à la ligne 126 du fichier Groupe.Class.Ref.cs.


La documentation de cette classe a été générée à partir du fichier suivant :