Returns the collection of ComponetInfos
Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public ReadOnly Property Components As ComponentInfos _ Implements IAppContext.Components |
| C# |
|---|
| public ComponentInfos Components { get; } |
| C++ |
|---|
| public property ComponentInfos Components sealed { ComponentInfos get(); } |
| J# |
|---|
| /** property */ public ComponentInfos get_Components(); |
| JScript |
|---|
| public function get Components() : ComponentInfos |