Search Results for

    Show / Hide Table of Contents

    Class Caster

    Inheritance
    object
    Caster
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.Utilities
    Assembly: Mapsui.dll
    Syntax
    public static class Caster

    Methods

    | Edit this page View Source

    TryCastOrThrow<T>(object?)

    Declaration
    public static T TryCastOrThrow<T>(object? obj) where T : class
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX