SIL.FieldWorks.Common.Controls.ObjectListPublisher.ClearValues C# (CSharp) Method

ClearValues() public method

Clear out the local m_values (typically during a Refresh, when they have become invalid, to prevent reuse of invalid values before they are properly restored).
public ClearValues ( ) : void
return void
		public void ClearValues()
		{
			m_values.Clear();
		}