IronRuby.Compiler.Ast.HashConstructor.HashConstructor C# (CSharp) Method

HashConstructor() public method

public HashConstructor ( Maplet maplets, SourceSpan location ) : System.Collections.Generic
maplets Maplet
location SourceSpan
return System.Collections.Generic
        public HashConstructor(Maplet/*!*/[]/*!*/ maplets, SourceSpan location)
            : base(location) {
            Assert.NotNullItems(maplets);
            _maplets = maplets;
        }