Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string AddLine(this string, string)

Declaration

public static string AddLine(
    this string str,
    string line
)

Summary

Adds the specified line to the end of the current string. Returns the line if the current string is null.