Skip to content

M_Aurora_Utils_TimedListObject__ctor

Anton Pupkov edited this page Aug 8, 2016 · 2 revisions

TimedListObject Constructor

Namespace: Aurora.Utils
Assembly: Aurora (in Aurora.exe) Version: 1.0.0.0 (0.0.4.6)

Syntax

C#

public TimedListObject(
	Object item,
	int duration,
	List<TimedListObject> list
)

Parameters

 

item
Type: System.Object
[Missing documentation for "M:Aurora.Utils.TimedListObject.#ctor(System.Object,System.Int32,System.Collections.Generic.List{Aurora.Utils.TimedListObject})"]
duration
Type: System.Int32
[Missing documentation for "M:Aurora.Utils.TimedListObject.#ctor(System.Object,System.Int32,System.Collections.Generic.List{Aurora.Utils.TimedListObject})"]
list
Type: System.Collections.Generic.List(TimedListObject)
[Missing documentation for "M:Aurora.Utils.TimedListObject.#ctor(System.Object,System.Int32,System.Collections.Generic.List{Aurora.Utils.TimedListObject})"]

See Also

Reference

TimedListObject Class
Aurora.Utils Namespace

Clone this wiki locally