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

Syntax

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

See Also