| IEnumerableExtensionsFirstOrDefault Method |
Returns the first element of a sequence; otherwise null.
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax public Object FirstOrDefault()
Return Value
Type:
ObjectThe first element in the specified sequence.
See Also