public int ElementList(out SoundControlElementList list) { int ret = SoundNativeMethods.SoundControlElementList(handle, out IntPtr ptr); list = new SoundControlElementList(ptr); return(ret); }
public void Copy(ref SoundControlElementList obj) { SoundNativeMethods.SoundControlElementListCopy(handle, obj.handle); }