Class Soundlist
Inheritance
System.Object
Soundlist
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SoundpadConnector.XML
Assembly: SoundpadConnector.dll
Syntax
public class Soundlist
Properties
| Improve this Doc View SourceRel
Declaration
public string Rel { get; }
Property Value
Type | Description |
---|---|
System.String |
Sounds
Declaration
public List<Sound> Sounds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Sound> |