Interface IPairEnumerator
Namespace: Sdl.Core.FineGrainedAlignment
Assembly: Sdl.Core.FineGrainedAlignment.dll
Syntax
public interface IPairEnumerator
Properties
Current
Declaration
IAlignableContentPair Current { get; }
Property Value
| Type | Description |
|---|---|
| IAlignableContentPair |
Methods
MoveNextAsync()
Declaration
Task<bool> MoveNextAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> |