Table of Contents

Class Guard

Namespace
NetTopologySuite.Utilities
Assembly
NetTopologySuite.dll

A guard class

[Obsolete]
public static class Guard
Inheritance
Guard
Inherited Members

Methods

IsNotNull(object, string)

Checks if a value is not null.

public static void IsNotNull(object candidate, string propertyName)

Parameters

candidate object

The value to check for null

propertyName string

The name of the property that candidate belongs to.