SourceFragment Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a fragment of a source document.
The SourceFragment type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the SourceFragment class.
Top
Methods
Name
Description
Determines whether the specified object is equal to this SourceFragment. (Overrides ValueType.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns the hash code for this instance. (Overrides ValueType.GetHashCode().)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string representation of a source fragment. (Overrides ValueType.ToString().)
Top
Operators
Name
Description
Compares two source fragments.
Compares two source fragments.
Top
Properties
Name
Description
Gets the length of the source fragment.
Gets the offset in the file of the source fragment.
Top