Class Guard
A guard class
Inherited Members
Namespace: NetTopologySuite.Utilities
Assembly: NetTopologySuite.dll
Syntax
[Obsolete]
public static class Guard
Methods
| Improve this Doc View SourceIsNotNull(Object, String)
Checks if a value is not null
.
Declaration
public static void IsNotNull(object candidate, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Object | candidate | The value to check for |
String | propertyName | The name of the property that |