Interface IIndexSpace
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IIndexSpace
Properties
Parent
View Source
Declaration
IIndexSpace? Parent { get; }
Methods
Get<T>(uint)
View Source
Declaration
IUnresolved<T> Get<T>(uint index) where T : ISorted
Returns
WaaS.ComponentModel.Models.IUnresolved<T>
Parameters
Type | Name |
---|---|
System.UInt32 | index |
Type Parameters
T
Add<T>(IUnresolved<T>)
View Source
Declaration
void Add<T>(IUnresolved<T> value) where T : ISorted
Parameters
Type | Name |
---|---|
WaaS.ComponentModel.Models.IUnresolved<T> | value |
Type Parameters
T