C# Класс Memento.Test.Session

The same mementor instance is usually used throughout the application or editor session, therefore there should be some centralized way to get that instance.
Показать файл Открыть проект

Открытые свойства

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

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

Метод Описание
End ( ) : void
New ( ) : Mementor

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

End() публичный статический Метод

public static End ( ) : void
Результат void

New() публичный статический Метод

public static New ( ) : Mementor
Результат Mementor

Описание свойств

Mementor публичное статическое свойство

public static Mementor Mementor
Результат Mementor