NAnt SDK Documentation - v0.92
ExpressionEvalBase.SafeConvert Method
[Visual Basic]
Protected Function SafeConvert( _
ByVal
returnType
As
Type
, _
ByVal
source
As
Object
, _
ByVal
description
As
String
, _
ByVal
p0
As
Position
, _
ByVal
p1
As
Position
_
) As
Object
[C#]
protected
object
SafeConvert(
Type
returnType
,
object
source
,
string
description
,
Position
p0
,
Position
p1
);
See Also
ExpressionEvalBase Class
|
NAnt.Core Namespace