[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public static T ShallowCopy<T>(
this T object
)
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Shared Function ShallowCopy(Of T) (
object As T
) As T
Dim object As T
Dim returnValue As T
returnValue = object.ShallowCopy()
public:
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
generic<typename T>
static T ShallowCopy(
T object
)
[<ExtensionAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
static member ShallowCopy :
object : 'T -> 'T
No code example is currently available or this language may not be supported.
[Missing <param name="object"/> documentation for "M:DevCase.Extensions.ObjectExtensions.ObjectExtensions.ShallowCopy``1(``0)"]