Skip to main content

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
TypeName
System.UInt32index
Type Parameters
  • T

Add<T>(IUnresolved<T>)

View Source
Declaration
void Add<T>(IUnresolved<T> value) where T : ISorted
Parameters
TypeName
WaaS.ComponentModel.Models.IUnresolved<T>value
Type Parameters
  • T