Sofu Documentation
IsDefined Method
NamespacesSofu.SofuUndefinedIsDefined()()()
Test for definedness. Sofu.Undefined always returns false
Declaration Syntax
C#
public override bool IsDefined()
Return Value
Returns false
Examples
CopyC#
Sofu.Sofu.Undefined un = new Sofu.Sofu.Undefined();
if (un.IsDefined()) {
    Console.Out.WriteLine("Something has gone VERY wrong here");
}

Assembly: Sofu (Module: Sofu) Version: 0.2.1.0 (0.2.1.0)