NullableTypes Class Library

NullableString.Clone Method 

Creates a copy of this NullableString structures.

[Visual Basic]
Public Function Clone() As NullableString
[C#]
public NullableString Clone();

Return Value

A new NullableString object in which all property values are the same as the original.

See Also

NullableString Class | NullableTypes Namespace