CreateListFromExpressions() 정적인 개인적인 메소드

static private CreateListFromExpressions ( String str, bool needFullPath ) : ArrayList
str String
needFullPath bool
리턴 System.Collections.ArrayList
예제 #1
0
 public void AddExpressions(string[] str, bool checkForDuplicates, bool needFullPath)
 {
     this.AddExpressions(StringExpressionSet.CreateListFromExpressions(str, needFullPath), checkForDuplicates);
 }