LineRecord StructureDryadLINQ documentation
The DryadLINQ type to represent a line of text.

Namespace: Microsoft.Research.DryadLinq
Assembly: Microsoft.Research.DryadLinq (in Microsoft.Research.DryadLinq.dll) Version: 0.2.1.0 (0.2.1.0)
Syntax

[SerializableAttribute]
public struct LineRecord : IComparable, 
	IComparable<LineRecord>, IEnumerable<char>, IEnumerable, IEquatable<LineRecord>

The LineRecord type exposes the following members.

Constructors

  NameDescription
Public methodLineRecord
Initializes a new instance of LineRecord from a string.
Top
Methods

  NameDescription
Public methodCompareTo(Object)
Compares the current LineRecord with an object.
Public methodCompareTo(LineRecord)
Compares the current LineRecord with another LineRecord.
Public methodEquals(Object)
Determines whether the specified object is equal to the current LineRecord.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(LineRecord)
Determines whether a specified LineRecord is equal to the current LineRecord.
Public methodGetHashCode
Returns the hash code of the current LineRecord.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current LineRecord.
(Overrides ValueTypeToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Determines whether two specified LineRecords are equal.
Public operatorStatic memberGreaterThan
Returns true iff a LineRecord is greater than another LineRecord.
Public operatorStatic memberInequality
Determines whether two specified LineRecords are not equal.
Public operatorStatic memberLessThan
Returns true iff a LineRecord is less than another LineRecord.
Top
Properties

  NameDescription
Public propertyLine
Gets the string value of a LineRecord.
Top
See Also

Reference