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 d8d7bb4 commit dc76b40Copy full SHA for dc76b40
Clojure/Clojure/Lib/AFn.cs
@@ -22,6 +22,7 @@ namespace clojure.lang
22
/// <summary>
23
/// Provides a basic implementation of <see cref="IFn">IFn</see> interface methods.
24
/// </summary>
25
+ [Serializable]
26
public abstract class AFn : IFn, IDynamicMetaObjectProvider, IFnArity
27
{
28
#region IFn Members
0 commit comments