SoundLibrary.Mathematics.Function.VariableTable.ICloneable C# (CSharp) Method

ICloneable() private method

private ICloneable ( ) : object
return object
		object ICloneable.Clone()
		{
			return this.Clone();
		}