Condividi tramite


ReadOnlySet<T>(ISet<T>) Costruttore

Definizione

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>

Si applica a