Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
ArenaNet
Sprout
IoC
ComponentDescriptor
C# Class ArenaNet.Sprout.IoC.ComponentDescriptor
Internal descriptor for a component. This is primarily used to cache reflection lookups.
Exibir arquivo
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