Class ElementTypeHelpers
Inherited Members
Namespace: SlipeServer.Server.Helpers
Assembly: SlipeServer.Server.dll
Syntax
public static class ElementTypeHelpers
Methods
| Edit this page View SourceGetElementType<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 |