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

A range of source text that corresponds to an identifiable entity.
Наследование: SourceLocation, IDerivedSourceLocation
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ObjectInvariant void

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

Метод Описание
DerivedSourceLocation ( IDerivedSourceDocument derivedSourceDocument, int startIndex, int length ) : System

Allocates a range of source text that corresponds to an identifiable entity.

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

Метод Описание
ObjectInvariant ( ) : void

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

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

Allocates a range of source text that corresponds to an identifiable entity.
public DerivedSourceLocation ( IDerivedSourceDocument derivedSourceDocument, int startIndex, int length ) : System
derivedSourceDocument IDerivedSourceDocument The document containing the source text of which this location is a subrange.
startIndex int The character index of the first character of this location, when treating the source document as a single string.
length int The number of characters in this source location.
Результат System