Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Add() [2/2]

int System.Security.Cryptography.X509Certificates.X509ExtensionCollection.Add ( X509Extension extension)
inline

Definition at line 48 of file X509ExtensionCollection.cs.

49 {
50 if (extension == null)
51 {
52 throw new ArgumentNullException("extension");
53 }
55 return _list.Count - 1;
56 }
void Add(TKey key, TValue value)

References System.Security.Cryptography.X509Certificates.X509ExtensionCollection._list, and System.Collections.Generic.Dictionary< TKey, TValue >.Add().