Search Results for

    Method As

    As<T>(object)

    Declaration
    public static T As<T>(this object selfObj) where T : class
    Parameters
    Type Name Description
    object selfObj
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    In This Article