Interface IArrayView<T>
Namespace: SociallyDistant.Core.Core.Scripting
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IArrayView<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Current
Declaration
T Current { get; }
Property Value
Type | Description |
---|---|
T |
CurrentIndex
Declaration
int CurrentIndex { get; }
Property Value
Type | Description |
---|---|
int |
EndOfArray
Declaration
bool EndOfArray { get; }
Property Value
Type | Description |
---|---|
bool |
Next
Declaration
T? Next { get; }
Property Value
Type | Description |
---|---|
T |
Previous
Declaration
T? Previous { get; }
Property Value
Type | Description |
---|---|
T |
Methods
Advance()
Declaration
void Advance()
GoToPrevious()
Declaration
void GoToPrevious()