Org.BouncyCastle.Asn1.Asn1Set.Asn1Set C# (CSharp) 메소드

Asn1Set() 보호된 메소드

protected Asn1Set ( int capacity ) : System
capacity int
리턴 System
        protected internal Asn1Set(
            int capacity)
        {
            _set = Platform.CreateArrayList(capacity);
        }