C# Класс withSIX.Steam.Core.Extensions.Extensions

Показать файл Открыть проект

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

Метод Описание
ContainsKey ( this This, string key ) : bool
GetKeyValue ( this This ) : KeyValue
GetKeyValue ( this This, IEnumerable pars ) : KeyValue
Remove ( this This, string key ) : void
ToUnixTimestamp ( this value ) : int

Converts a given DateTime into a Unix timestamp

UnixTimeToDateTime ( this text ) : System.DateTime

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

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

public static ContainsKey ( this This, string key ) : bool
This this
key string
Результат bool

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

public static GetKeyValue ( this This ) : KeyValue
This this
Результат KeyValue

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

public static GetKeyValue ( this This, IEnumerable pars ) : KeyValue
This this
pars IEnumerable
Результат KeyValue

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

public static Remove ( this This, string key ) : void
This this
key string
Результат void

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

Converts a given DateTime into a Unix timestamp
public static ToUnixTimestamp ( this value ) : int
value this Any DateTime
Результат int

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

public static UnixTimeToDateTime ( this text ) : System.DateTime
text this
Результат System.DateTime