[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.WorldData
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public SkillValue this[
	ushort id
] { get; }
Public ReadOnly Default Property Item ( _
	id As UShort _
) As SkillValue
public:
property SkillValue default[unsigned short id] {
	SkillValue get (unsigned short id);
}

Parameters

id
UInt16

See Also