UnityEngine.NUnit.Framework.Constraints.MessageWriter.WriteCollectionElements C# (CSharp) Method

WriteCollectionElements() public abstract method

Writes the text for a collection value, starting at a particular point, to a max length
public abstract WriteCollectionElements ( IEnumerable collection, int start, int max ) : void
collection IEnumerable The collection containing elements to write.
start int The starting point of the elements to write
max int The maximum number of elements to write
return void
		public abstract void WriteCollectionElements(IEnumerable collection, int start, int max);
	}