C# Class Microsoft.Cci.SourceLocationBuilder

A mutable class that allows a source location to be built in an incremental fashion.
Inheritance: ISourceLocation
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Свойство Type Description
GetSourceLocation ISourceLocation
ISourceLocation bool
ISourceLocation int
ObjectInvariant void
UpdateToSpan void

Méthodes publiques

Méthode Description
SourceLocationBuilder ( ISourceLocation sourceLocation ) : System

Allocates a mutable class that allows a source location to be built in an incremental fashion.

Private Methods

Méthode Description
GetSourceLocation ( ) : ISourceLocation
ISourceLocation ( ISourceLocation location ) : bool
ISourceLocation ( int offset, char destination, int destinationOffset, int length ) : int
ObjectInvariant ( ) : void
UpdateToSpan ( ISourceLocation sourceLocation ) : void

Method Details

SourceLocationBuilder() public méthode

Allocates a mutable class that allows a source location to be built in an incremental fashion.
public SourceLocationBuilder ( ISourceLocation sourceLocation ) : System
sourceLocation ISourceLocation An initial source location.
Résultat System