We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f309d47 commit 1a8c88eCopy full SHA for 1a8c88e
Ical.Net/CalendarObjectBase.cs
@@ -11,7 +11,7 @@ public class CalendarObjectBase : ICopyable, ILoadable
11
/// Makes a deep copy of the <see cref="ICopyable"/> source
12
/// to the current object. This method must be overridden in a derived class.
13
/// </summary>
14
- public virtual void CopyFrom(ICopyable c)
+ public virtual void CopyFrom(ICopyable obj)
15
{
16
throw new NotImplementedException("Must be implemented in a derived class.");
17
}
0 commit comments