C# Class FastConcatUtility, Svelto.ECS

Exibir arquivo Open project: sebas77/Svelto-ECS

Public Methods

Method Description
FastConcat ( this str1, string str2 ) : string
FastConcat ( this str1, string str2, string str3 ) : string
FastConcat ( this str1, string str2, string str3, string str4 ) : string
FastConcat ( this str1, string str2, string str3, string str4, string str5 ) : string

Method Details

FastConcat() public static method

public static FastConcat ( this str1, string str2 ) : string
str1 this
str2 string
return string

FastConcat() public static method

public static FastConcat ( this str1, string str2, string str3 ) : string
str1 this
str2 string
str3 string
return string

FastConcat() public static method

public static FastConcat ( this str1, string str2, string str3, string str4 ) : string
str1 this
str2 string
str3 string
str4 string
return string

FastConcat() public static method

public static FastConcat ( this str1, string str2, string str3, string str4, string str5 ) : string
str1 this
str2 string
str3 string
str4 string
str5 string
return string