Namespace: Tzu_Engine.Sound
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Default ReadOnly Property WaveFormat_Channels( _ 
   ByVal Sound As String _ 
) As Short
C#
public short this[
   string Sound
] { get; }
C++
public property short default[String Sound] sealed  {
    short get(String Sound);
}
J#
/** property */
public short get_WaveFormat_Channels(string Sound);
JScript
JScript supports the use of indexed properties, but not the declaration of new ones.

See Also