Cadenza.Collections.Tests.EnumerableTest.IndicesOf_SelfNull C# (CSharp) Method

IndicesOf_SelfNull() private method

private IndicesOf_SelfNull ( ) : void
return void
		public void IndicesOf_SelfNull ()
		{
			IEnumerable<int> s = null;
			s.IndicesOf (0);
		}
EnumerableTest