BraintreeEncryption.Library.BouncyCastle.Util.Platform.CreateHashtable C# (CSharp) Method

CreateHashtable() static private method

static private CreateHashtable ( ) : System.Collections.IDictionary
return 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