Share via


NSString.AppendPaths(String[]) Method

Definition

[Foundation.Export("stringsByAppendingPaths:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[] AppendPaths(string[] paths);
[<Foundation.Export("stringsByAppendingPaths:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendPaths : string[] -> string[]
override this.AppendPaths : string[] -> string[]

Parameters

paths
String[]

Returns

String[]
Attributes

Applies to