[Missing <summary> documentation for "P:P.Runtime.PrtFun.IsAnonFun"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public abstract bool IsAnonFun { get; }
Public MustOverride ReadOnly Property IsAnonFun As Boolean
Get
public:
virtual property bool IsAnonFun {
bool get () abstract;
}
abstract IsAnonFun : bool with get
Property Value
Type:
BooleanSee Also