Click or drag to resize

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)
Syntax
ISharedModule this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
zero-based index

Return Value

Type: ISharedModule
the desired item
See Also