GetInt() 공개 메소드

Int property accessor method to hide the configuration implementation.
public GetInt ( String key ) : int
key String property key
리턴 int
예제 #1
0
 /// <summary>
 /// Int property accessor method to hide the configuration implementation.
 /// </summary>
 /// <param name="key">property key</param>
 /// <returns>value</returns>
 public static int GetInt(String key)
 {
     return(ri.GetInt(key));
 }