M_Furcadia_Logging_Logger_Assert__1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
Namespace: Furcadia.Logging
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
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
- 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.Assert
1(System.Boolean,System.String)"]
- T
- [Missing documentation for "M:Furcadia.Logging.Logger.Assert``1(System.Boolean,System.String)"]
Type: Boolean
[Missing documentation for "M:Furcadia.Logging.Logger.Assert``1(System.Boolean,System.String)"]