C# 클래스 withSIX.Steam.Core.Extensions.Extensions

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
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