MemoryExtensions.SpanSplitEnumerator<T>.Source Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’étendue source énumérée.
public:
property ReadOnlySpan<T> Source { ReadOnlySpan<T> get(); };
public ReadOnlySpan<T> Source { get; }
member this.Source : ReadOnlySpan<'T (requires 'T :> IEquatable<'T>)>
Public ReadOnly Property Source As ReadOnlySpan(Of T)
Valeur de propriété
ReadOnlySpan<T> Fourni lors de la création de cet énumérateur.