System.Security.Cryptography.OidCollection.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : System.Security.Cryptography.Oid
index int
리턴 System.Security.Cryptography.Oid
        public System.Security.Cryptography.Oid this[int index]
        {
            get { throw null; }
        }

Same methods

OidCollection::this ( string oid ) : System.Security.Cryptography.Oid