Condividi tramite


ReadOnlySet<T>(ISet<T>) Costruttore

Definizione

Inizializza una nuova istanza della classe ReadOnlySet<T> che è un wrapper intorno al set specificato.

public:
 ReadOnlySet(System::Collections::Generic::ISet<T> ^ set);
public ReadOnlySet (System.Collections.Generic.ISet<T> set);
new System.Collections.ObjectModel.ReadOnlySet<'T> : System.Collections.Generic.ISet<'T> -> System.Collections.ObjectModel.ReadOnlySet<'T>
Public Sub New (set As ISet(Of T))

Parametri

set
ISet<T>

L'oggetto impostato per il wrapping.

Si applica a