System.Security.Cryptography.OidCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : System.Security.Cryptography.Oid
index int
return 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