Search Results for

    Show / Hide Table of Contents

    Class Guard

    A guard class

    Inheritance
    object
    Guard
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: NetTopologySuite.Utilities
    Assembly: NetTopologySuite.dll
    Syntax
    [Obsolete]
    public static class Guard

    Methods

    | Edit this page View Source

    IsNotNull(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 null

    string propertyName

    The name of the property that candidate belongs to.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX