CollectionUtilitiesReadOnlyT(ISetT) Method
Namespace: Org.BouncyCastle.Utilities.CollectionsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static ISet<T> ReadOnly<T>(
ISet<T> s
)
Public Shared Function ReadOnly(Of T) (
s As ISet(Of T)
) As ISet(Of T)
public:
generic<typename T>
static ISet<T>^ ReadOnly(
ISet<T>^ s
)
JavaScript does not support generic types or methods.
- s ISetT
-
- T
ISetT