Interface ILockedEntryInfos
Assembly: Sdl.MultiTerm.TMO.Interop.dll
Syntax
[Guid("946343CD-5A05-4697-B347-8287AC8E8A08")]
public interface ILockedEntryInfos : IEnumerable
Properties
Count
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Item[Object]
Declaration
LockedEntryInfo this[object Index] { get; }
Parameters
Type |
Name |
Description |
System.Object |
Index |
|
Property Value
Methods
GetEnumerator()
Declaration
IEnumerator GetEnumerator()
Returns
Type |
Description |
System.Collections.IEnumerator |
|