SoundLibrary.Filter.Equalizer.Coefficient.ICloneable C# (CSharp) Method

ICloneable() private method

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