public void Add(
PlaylistTrackInfo trackInfo,
bool allowDuplicate = false
)
Public Sub Add (
trackInfo As PlaylistTrackInfo,
Optional allowDuplicate As Boolean = false
)
Dim instance As PlaylistEditor
Dim trackInfo As PlaylistTrackInfo
Dim allowDuplicate As Boolean
instance.Add(trackInfo, allowDuplicate)
public:
void Add(
PlaylistTrackInfo^ trackInfo,
bool allowDuplicate = false
)
member Add :
trackInfo : PlaylistTrackInfo *
?allowDuplicate : bool
(* Defaults:
let _allowDuplicate = defaultArg allowDuplicate false
*)
-> unit
No code example is currently available or this language may not be supported.
[Missing <param name="allowDuplicate"/> documentation for "M:DevCase.Core.Media.Sound.PlaylistEditor.Add(DevCase.Core.Media.Sound.PlaylistTrackInfo,System.Boolean)"]