Boo.Lang.Hash.Hash C# (CSharp) Method

Hash() public method

public Hash ( bool caseInsensitive ) : System
caseInsensitive bool
return System
        public Hash(bool caseInsensitive)
            : base(StringComparer.InvariantCultureIgnoreCase)
        {
        }

Same methods

Hash::Hash ( ) : System
Hash::Hash ( IDictionary other ) : System
Hash::Hash ( IEnumerable enumerable ) : System
Hash::Hash ( SerializationInfo info, StreamingContext context ) : System