コード例 #1
0
 public SampleIconProvider(
     Lifetime lifetime,
     PsiIconManager psiIconManager)
 {
     psiIconManager.AddExtension(lifetime, this);
 }
コード例 #2
0
 public AbstractValidatorIconProvider(
     Lifetime lifetime,
     PsiIconManager psiIconManager)
 {
     psiIconManager.AddExtension(lifetime, this);
 }