프로퍼티 | 타입 | 설명 | |
---|---|---|---|
NewLine | string |
메소드 | 설명 | |
---|---|---|
CreateArrayList ( ) : System.Collections.IList | ||
CreateArrayList ( System collection ) : System.Collections.IList | ||
CreateArrayList ( int capacity ) : System.Collections.IList | ||
CreateHashtable ( ) : System.Collections.IDictionary | ||
CreateHashtable ( System dictionary ) : System.Collections.IDictionary | ||
CreateHashtable ( int capacity ) : System.Collections.IDictionary | ||
CreateNotImplementedException ( string message ) : Exception | ||
Dispose ( IDisposable d ) : void | ||
EndsWith ( string source, string suffix ) : bool | ||
EqualsIgnoreCase ( string a, string b ) : bool | ||
GetEnvironmentVariable ( string variable ) : string | ||
GetTypeName ( object obj ) : string | ||
IndexOf ( string source, string value ) : int | ||
LastIndexOf ( string source, string value ) : int | ||
StartsWith ( string source, string prefix ) : bool | ||
ToLowerInvariant ( string s ) : string | ||
ToUpperInvariant ( string s ) : string |
메소드 | 설명 | |
---|---|---|
GetNewLine ( ) : string |
public static CreateArrayList ( ) : System.Collections.IList | ||
리턴 | System.Collections.IList |
public static CreateArrayList ( System collection ) : System.Collections.IList | ||
collection | System | |
리턴 | System.Collections.IList |
public static CreateArrayList ( int capacity ) : System.Collections.IList | ||
capacity | int | |
리턴 | System.Collections.IList |
public static CreateHashtable ( ) : System.Collections.IDictionary | ||
리턴 | System.Collections.IDictionary |
public static CreateHashtable ( System dictionary ) : System.Collections.IDictionary | ||
dictionary | System | |
리턴 | System.Collections.IDictionary |
public static CreateHashtable ( int capacity ) : System.Collections.IDictionary | ||
capacity | int | |
리턴 | System.Collections.IDictionary |
public static CreateNotImplementedException ( string message ) : Exception | ||
message | string | |
리턴 | Exception |
public static EndsWith ( string source, string suffix ) : bool | ||
source | string | |
suffix | string | |
리턴 | bool |
public static EqualsIgnoreCase ( string a, string b ) : bool | ||
a | string | |
b | string | |
리턴 | bool |
public static GetEnvironmentVariable ( string variable ) : string | ||
variable | string | |
리턴 | string |
public static IndexOf ( string source, string value ) : int | ||
source | string | |
value | string | |
리턴 | int |
public static LastIndexOf ( string source, string value ) : int | ||
source | string | |
value | string | |
리턴 | int |
public static StartsWith ( string source, string prefix ) : bool | ||
source | string | |
prefix | string | |
리턴 | bool |
public static ToLowerInvariant ( string s ) : string | ||
s | string | |
리턴 | string |
public static ToUpperInvariant ( string s ) : string | ||
s | string | |
리턴 | string |