C# Класс Samurai.SamuraiOptions

Represents connection options.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ReverseMerge ( SamuraiOptions options ) : SamuraiOptions

Merges this options with another. Properties of this options which are not null will not be merged (overrided).

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

ReverseMerge() публичный Метод

Merges this options with another. Properties of this options which are not null will not be merged (overrided).
public ReverseMerge ( SamuraiOptions options ) : SamuraiOptions
options SamuraiOptions Options to merge with.
Результат SamuraiOptions