C# Class ArenaNet.Sprout.IoC.ComponentDescriptor

Internal descriptor for a component. This is primarily used to cache reflection lookups.
Show file Open project: arenanet/sprout-ioc Class Usage Examples

Public Methods

Method Description
ComponentDescriptor ( Type type, ComponentAttribute componentAttribute ) : System

Method Details

ComponentDescriptor() public method

public ComponentDescriptor ( Type type, ComponentAttribute componentAttribute ) : System
type System.Type
componentAttribute ComponentAttribute
return System