public void Initialization() { Assert.That(_type.GetElementType(), Is.SameAs(_elementType)); Assert.That(_type.GetArrayRank(), Is.EqualTo(1)); }