Skip to content

T_WolfCurses_TypeExtensions

Maxwolf edited this page Jan 2, 2016 · 1 revision

TypeExtensions Class

Helper class that deals with activating classes without using the actual activator class because that requires and empty parameterless constructor and we cannot always guarantee we will be able have one. Using these methods don't require a constructor to be used and furthermore the use of expressions to generate them ensures caching so penalty for type activation is only hit once on first instance creation.

Inheritance Hierarchy

System.Object
  WolfCurses.TypeExtensions
Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class TypeExtensions

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

WolfCurses Namespace

Clone this wiki locally