BraintreeEncryption.Library.BouncyCastle.Util.Platform.CreateHashtable C# (CSharp) Méthode

CreateHashtable() static private méthode

static private CreateHashtable ( ) : System.Collections.IDictionary
Résultat System.Collections.IDictionary
        internal static System.Collections.IDictionary CreateHashtable()
        {
            return new Dictionary<object, object>();
        }

Same methods

Platform::CreateHashtable ( System dictionary ) : System.Collections.IDictionary
Platform::CreateHashtable ( int capacity ) : System.Collections.IDictionary