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