Show / Hide Table of Contents

Class ElementTypeHelpers

Inheritance
object
ElementTypeHelpers
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Helpers
Assembly: SlipeServer.Server.dll
Syntax
public static class ElementTypeHelpers

Methods

| Edit this page View Source

GetElementType<TElement>()

Gets the elements type of a specific class, this supports inherited element classes

Declaration
public static ElementType GetElementType<TElement>()
Returns
Type Description
ElementType
Type Parameters
Name Description
TElement
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX