ActiveListExtensions.ValueModifiers.ActiveCount.ItemModified C# (CSharp) Method

ItemModified() protected method

protected ItemModified ( int index, value ) : void
index int
return void
		protected override void ItemModified(int index, TSource value) => OnReplaced(index, value, value);
	}