/
TON618OFF
/
Unity-Project-RTU
Обзор
Документация
Войти
/
TON618OFF
/
Unity-Project-RTU
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Library/PackageCache/com.unity.testtools.codecoverage@1.2.6/Editor/CoverageFormats/OpenCover/Model/IDocumentReference.cs
23 строки
529 B
TON618OFF
release
03 окт 2024, 22:20
03 окт 2024, 22:20
7c70e9f
Код
Авторство
О чём код?
// // OpenCover - S Wilde // // This source code is released under the MIT License; see the accompanying license file. // namespace OpenCover.Framework.Model { /// <summary> /// A point may have a document reference /// </summary> public interface IDocumentReference { /// <summary> /// The document url /// </summary> string Document { get; set; } /// <summary> /// The document id after lookup /// </summary> uint FileId { get; set; } } }