Table of Contents

Class PropertyInfoCache

Namespace
Glitch9
public static class PropertyInfoCache
Inheritance
PropertyInfoCache
Inherited Members

Methods

Get(Type)

public static List<PropertyInfo> Get(Type type)

Parameters

type Type

Returns

List<PropertyInfo>

Get<T>()

public static List<PropertyInfo> Get<T>()

Returns

List<PropertyInfo>

Type Parameters

T