PlaceholderScriptMethodAnchors - свойство |
Точки связи текста шаблона и кода. {позиция в тексте, позиция в коде метода, позиция окончания в коде метода}
Пространство имён:
Tessa.Platform.Placeholders.Compilation
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public Tuple<int, int, int>[] Anchors { get; set; }
Public Property Anchors As Tuple(Of Integer, Integer, Integer)()
Get
Set
public:
virtual property array<Tuple<int, int, int>^>^ Anchors {
array<Tuple<int, int, int>^>^ get () sealed;
void set (array<Tuple<int, int, int>^>^ value) sealed;
}
abstract Anchors : Tuple<int, int, int>[] with get, set
override Anchors : Tuple<int, int, int>[] with get, set
Значение свойства
Тип:
TupleInt32,
Int32,
Int32Реализации
IPlaceholderScriptMethodAnchorsСм. также