C#: Cache `NamedElement::getLabel()`

This commit is contained in:
Tom Hvitved 2018-12-12 13:16:28 +01:00
Родитель 6918dad1db
Коммит 74167e478a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -80,6 +80,7 @@ class NamedElement extends Element, @dotnet_named_element {
}
/** Gets a unique string label for this element. */
cached
string getLabel() { none() }
/**