 | IAssemblyInfoListItem Property |
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)
SyntaxIAssemblyInfo this[
int index
] { get; set; }
Default Property Item (
index As Integer
) As IAssemblyInfo
Get
Set
Parameters
- index
- Type: SystemInt32
zero-based index
Return Value
Type:
IAssemblyInfothe desired item
See Also