DiffLineTokenizer.NextLineToken Method
Namespace: Microsoft.TeamFoundation.Diff
Assembly: Microsoft.TeamFoundation.Diff (in Microsoft.TeamFoundation.Diff.dll)
Syntax
'Declaration
Public Function NextLineToken ( _
<OutAttribute> ByRef endOfLine As EndOfLineTerminator _
) As String
public string NextLineToken(
out EndOfLineTerminator endOfLine
)
public:
String^ NextLineToken(
[OutAttribute] EndOfLineTerminator% endOfLine
)
member NextLineToken :
endOfLine:EndOfLineTerminator byref -> string
public function NextLineToken(
endOfLine : EndOfLineTerminator
) : String
Parameters
- endOfLine
Type: Microsoft.TeamFoundation.Diff.EndOfLineTerminator%
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.