Class PropertyInfoCache
Inherited Members
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public static class PropertyInfoCache
Methods
| Edit this page View SourceGet(Type)
Declaration
public static List<PropertyInfo> Get(Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | type |
Returns
| Type | Description |
|---|---|
| List<PropertyInfo> |
Get<T>()
Declaration
public static List<PropertyInfo> Get<T>()
Returns
| Type | Description |
|---|---|
| List<PropertyInfo> |
Type Parameters
| Name | Description |
|---|---|
| T |