ASP.NET Pack Programmer's Guide
Helper.nc(_T, _S1, _S2) Method
See Also
 






Performs a null-coalescing of the specified arguments.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static <_T, _S1, _S2> _T nc (
    _S1 s1,
    _S2 s2
)

 Parameters

s1

An object whose value is returned if different from null.

s2

A value returned if the first parameter is null.

 Return Value

The first non-null value of the specified arguments, or null.

 See Also

Helper Members
Helper Class
com.mindfusion.common Namespace