CollectionUtilitiesGetFirstOrNullT Method
Namespace: Org.BouncyCastle.Utilities.CollectionsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public static T GetFirstOrNull<T>(
IEnumerable<T> e
)
where T : class
Public Shared Function GetFirstOrNull(Of T As Class) (
e As IEnumerable(Of T)
) As T
public:
generic<typename T>
where T : ref class
static T GetFirstOrNull(
IEnumerable<T>^ e
)
JavaScript does not support generic types or methods.
- e IEnumerableT
-
- T
T