NumberLocation - конструктор
Создаёт экземпляр класса с указанием значений его свойств.
Пространство имён: Tessa.Cards.NumbersСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public NumberLocation(
NumberLocationType type,
INumberLocationManager manager,
Dictionary<string, Object> info = null
)
Public Sub New (
type As NumberLocationType,
manager As INumberLocationManager,
Optional info As Dictionary(Of String, Object) = Nothing
)
public:
NumberLocation(
NumberLocationType^ type,
INumberLocationManager^ manager,
Dictionary<String^, Object^>^ info = nullptr
)
new :
type : NumberLocationType *
manager : INumberLocationManager *
?info : Dictionary<string, Object>
(* Defaults:
let _info = defaultArg info null
*)
-> NumberLocation
Параметры
- type NumberLocationType
-
Тип местоположения номера. Не может быть равен null.
- manager INumberLocationManager
-
Объект, определяющий поведение создаваемого объекта. Не может быть равен null.
- info DictionaryString, Object (Optional)
-
Параметры местоположения или null, если параметры не требуются.