Class Guard
A guard class
Inherited Members
Namespace: NetTopologySuite.Utilities
Assembly: NetTopologySuite.dll
Syntax
[Obsolete]
public static class GuardMethods
| Edit this page 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  |