Click or drag to resize

EnsureIsNotNullOrEmptyT Method (IEnumerableT, String)

Ensures that the value of a parameter is not null or empty.

Namespace:  MongoDB.Driver.Core.Misc
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax
public static IEnumerable<T> IsNotNullOrEmpty<T>(
	IEnumerable<T> value,
	string paramName
)

Parameters

value
Type: System.Collections.GenericIEnumerableT
The value of the parameter.
paramName
Type: SystemString
The name of the parameter.

Type Parameters

T
The type of the elements.

Return Value

Type: IEnumerableT
The value of the parameter.
See Also