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