Boo.Lang.Compiler.TypeSystem.TypeSystemServices.ArrayHash.ArrayHash C# (CSharp) Method

ArrayHash() public method

public ArrayHash ( IType elementType, int rank ) : System
elementType IType
rank int
return System
            public ArrayHash(IType elementType, int rank)
            {
                _type = elementType;
                _rank = rank;
            }
TypeSystemServices.ArrayHash