public override string SetLabel()
 {
     return(documentCollectionMethod.ToString());
 }
예제 #2
0
 override public string SetLabel()
 {
     return(" (" + documentCollectionMethod.ToString() + ")");
 }