Show / Hide Table of Contents

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 Source

Rel

Declaration
public string Rel { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Sounds

Declaration
public List<Sound> Sounds { get; set; }
Property Value
Type Description
System.Collections.Generic.List<Sound>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX