public void Add(
string filepath,
string title,
TimeSpan length,
bool allowDuplicate = false
)
Public Sub Add (
filepath As String,
title As String,
length As TimeSpan,
Optional allowDuplicate As Boolean = false
)
Dim instance As PlaylistEditor
Dim filepath As String
Dim title As String
Dim length As TimeSpan
Dim allowDuplicate As Boolean
instance.Add(filepath, title, length, allowDuplicate)
public:
void Add(
String^ filepath,
String^ title,
TimeSpan length,
bool allowDuplicate = false
)
member Add :
filepath : string *
title : string *
length : TimeSpan *
?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(System.String,System.String,System.TimeSpan,System.Boolean)"]