Collection class that derives from ArrayList. It provides the minimally required functionality to add instances of typed classes and obtain typed elements through a custom indexer.
Inheritance: System.Collections.ArrayList
コード例 #1
0
 /// <summary>
 /// Default constructor
 /// </summary>
 public CRLValues()
 {
     this.crlValueCollection = new CRLValueCollection();
 }
コード例 #2
0
ファイル: CRLValues.cs プロジェクト: zinkpad/FirmaXadesNet45
 /// <summary>
 /// Default constructor
 /// </summary>
 public CRLValues()
 {
     this.crlValueCollection = new CRLValueCollection();
 }