 | ISharedModulesItem Property (Int32) |
Items getter
Namespace:
EBP.Framework.Common.Interfaces.Host
Assembly:
EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
SyntaxISharedModule this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As ISharedModule
Get
Parameters
- index
- Type: SystemInt32
zero-based index
Return Value
Type:
ISharedModulethe desired item
See Also