JK
Search Results for

    Show / Hide Table of Contents

    Class ClassExtensions

    Inheritance
    System.Object
    ClassExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: JK.Common.Extensions
    Assembly: JK.Common.dll
    Syntax
    public static class ClassExtensions

    Methods

    | Improve this Doc View Source

    IsNotNull<T>(T)

    Declaration
    public static bool IsNotNull<T>(this T value)
    Parameters
    Type Name Description
    T value
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    IsNull<T>(T)

    Declaration
    public static bool IsNull<T>(this T value)
    Parameters
    Type Name Description
    T value
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX