M_Furcadia_Logging_Logger_Assert__1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

Logger.Assert(T) Method (Boolean, String)

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

[Missing

documentation for "M:Furcadia.Logging.Logger.Assert``1(System.Boolean,System.String)"]

Namespace: Furcadia.Logging
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public static bool Assert<T>(
	bool cond,
	string failMsg
)

VB

Public Shared Function Assert(Of T) ( 
	cond As Boolean,
	failMsg As String
) As Boolean

VB Usage

Dim cond As Boolean
Dim failMsg As String
Dim returnValue As Boolean

returnValue = Logger.Assert(cond, failMsg)

C++

public:
generic<typename T>
static bool Assert(
	bool cond, 
	String^ failMsg
)

F#

static member Assert : 
        cond : bool * 
        failMsg : string -> bool 

Parameters

 

cond
Type: System.Boolean
[Missing documentation for "M:Furcadia.Logging.Logger.Assert1(System.Boolean,System.String)"\]</dd><dt>failMsg</dt><dd>Type: <a href="http://msdn2.microsoft.com/en-us/library/s1wwdcbf" target="_blank">System.String</a><br />\[Missing <param name="failMsg"/> documentation for "M:Furcadia.Logging.Logger.Assert1(System.Boolean,System.String)"]

Type Parameters

 

T
[Missing documentation for "M:Furcadia.Logging.Logger.Assert``1(System.Boolean,System.String)"]

Return Value

Type: Boolean
[Missing documentation for "M:Furcadia.Logging.Logger.Assert``1(System.Boolean,System.String)"]

See Also

Reference

Logger Class
Assert Overload
Furcadia.Logging Namespace

⚠️ **GitHub.com Fallback** ⚠️