See C1File.
Namespace: Composite.Core.ImplementationAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public virtual void AppendAllLines( string path, IEnumerable<string> contents ) |
Visual Basic |
---|
Public Overridable Sub AppendAllLines ( _ path As String, _ contents As IEnumerable(Of String) _ ) |
Visual C++ |
---|
public: virtual void AppendAllLines( String^ path, IEnumerable<String^>^ contents ) |
Parameters
- path
- Type: System..::..String
[Missing <param name="path"/> documentation for "M:Composite.Core.Implementation.C1FileImplementation.AppendAllLines(System.String,System.Collections.Generic.IEnumerable{System.String})"]
- contents
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'String>)>)>
[Missing <param name="contents"/> documentation for "M:Composite.Core.Implementation.C1FileImplementation.AppendAllLines(System.String,System.Collections.Generic.IEnumerable{System.String})"]