Cadenza.Collections.Tests.EnumerableTest.IndicesOf_SelfNull C# (CSharp) Метод

IndicesOf_SelfNull() приватный Метод

private IndicesOf_SelfNull ( ) : void
Результат void
		public void IndicesOf_SelfNull ()
		{
			IEnumerable<int> s = null;
			s.IndicesOf (0);
		}
EnumerableTest