Class AttributeCache<T>
Inheritance
AttributeCache<T>
Assembly: Glitch9.dll
Syntax
public static class AttributeCache<T> where T : Attribute
Type Parameters
Methods
|
Edit this page
View Source
Get(object)
Declaration
public static T Get(object type)
Parameters
| Type |
Name |
Description |
| object |
type |
|
Returns
|
Edit this page
View Source
GetDictionary()
Declaration
public static Dictionary<object, T> GetDictionary()
Returns
|
Edit this page
View Source
Get<TType>()
Declaration
public static T Get<TType>()
Returns
Type Parameters