NAnt SDK Documentation - v0.85-nightly-2005-11-09

ExpressionEvalBase.GetSimpleTypeName Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.Core.ExpressionEvalBase.GetSimpleTypeName(System.Type)

[Visual Basic]
Protected Function GetSimpleTypeName( _
   ByVal t As Type _
) As String
[C#]
protected string GetSimpleTypeName(
   Type t
);

Parameters

t
Missing <param> documentation for t

Return Value

Missing <returns> documentation for M:NAnt.Core.ExpressionEvalBase.GetSimpleTypeName(System.Type)

Remarks

Missing <remarks> documentation for M:NAnt.Core.ExpressionEvalBase.GetSimpleTypeName(System.Type)

See Also

ExpressionEvalBase Class | NAnt.Core Namespace