Show / Hide Table of Contents

Interface IClientControlledList

Inherited Members
IClientControlledContainer.Add(INetObject, Object)
IClientControlledContainer.Remove(INetObject, Object)
IClientControlledContainer.Set(INetObject, IEnumerable<Object>)
IClientControlledContainer.Type
IClientControlledContainer.Count
ITrackedControllerEnumerable.Parent
ITrackedControllerEnumerable.PropertyName
ITrackedEnumerable.Callbacks
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public interface IClientControlledList : IClientControlledContainer, ITrackedControllerEnumerable, ITrackedEnumerable, IEnumerable

Methods

GetAt(Int32)

Declaration
object GetAt(int iEntry)
Parameters
Type Name Description
System.Int32 iEntry
Returns
Type Description
System.Object

IndexOf(Object)

Declaration
int IndexOf(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Int32

Move(INetObject, Int32, Int32)

Declaration
void Move(INetObject caller, int iEntry, int newIndex)
Parameters
Type Name Description
INetObject caller
System.Int32 iEntry
System.Int32 newIndex

RemoveAt(INetObject, Int32)

Declaration
void RemoveAt(INetObject caller, int iEntry)
Parameters
Type Name Description
INetObject caller
System.Int32 iEntry

SetAt(INetObject, Int32, Object)

Declaration
void SetAt(INetObject caller, int iEntry, object obj)
Parameters
Type Name Description
INetObject caller
System.Int32 iEntry
System.Object obj

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾