C# 클래스 org.GraphDefined.Vanaheimr.Hermod.HTTP.Ext

파일 보기 프로젝트 열기: Vanaheimr/Hermod

공개 메소드들

메소드 설명
Repeat ( this Text, Int32 Times ) : String
Repeat ( this Text, System.Int64 Times ) : String
Repeat ( this Text, UInt32 Times ) : String
Repeat ( this Text, System.UInt64 Times ) : String

메소드 상세

Repeat() 공개 정적인 메소드

public static Repeat ( this Text, Int32 Times ) : String
Text this
Times System.Int32
리턴 String

Repeat() 공개 정적인 메소드

public static Repeat ( this Text, System.Int64 Times ) : String
Text this
Times System.Int64
리턴 String

Repeat() 공개 정적인 메소드

public static Repeat ( this Text, UInt32 Times ) : String
Text this
Times System.UInt32
리턴 String

Repeat() 공개 정적인 메소드

public static Repeat ( this Text, System.UInt64 Times ) : String
Text this
Times System.UInt64
리턴 String