C# Класс Microsoft.Cci.SourceLocationBuilder

A mutable class that allows a source location to be built in an incremental fashion.
Наследование: ISourceLocation
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetSourceLocation ISourceLocation
ISourceLocation bool
ISourceLocation int
ObjectInvariant void
UpdateToSpan void

Открытые методы

Метод Описание
SourceLocationBuilder ( ISourceLocation sourceLocation ) : System

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

Приватные методы

Метод Описание
GetSourceLocation ( ) : ISourceLocation
ISourceLocation ( ISourceLocation location ) : bool
ISourceLocation ( int offset, char destination, int destinationOffset, int length ) : int
ObjectInvariant ( ) : void
UpdateToSpan ( ISourceLocation sourceLocation ) : void

Описание методов

SourceLocationBuilder() публичный Метод

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.
Результат System