Interface IIndexes
Namespace: Sdl.MultiTerm.TMO.Interop
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("4246B4AF-0092-4B4E-ADE5-C7DA750B2B8E")]
public interface IIndexes : IEnumerable
Properties
Count
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Item[Object]
Declaration
Index this[object Index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Object | Index |
Property Value
Type | Description |
---|---|
Index |
Methods
GetEnumerator()
Declaration
IEnumerator GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |