コード例 #1
0
 private ITag Classify(string name)
 {
     return(_classificationTagProvider.MakeTag(name) as ClassificationTag);
 }