StackOverflow Questions for Tag: icloneable

aca
aca

Reputation: 1121

How do I know if my copy is going to be deep or shallow, when using ICloneable?

Score: 1

Views: 278

Answers: 1

Read More
AlexS
AlexS

Reputation: 520

How to copy List<MapElement> by value and not by reference?

Score: 0

Views: 60

Answers: 2

Read More
Beachwalker
Beachwalker

Reputation: 7915

Change property of immutable type

Score: 4

Views: 3533

Answers: 5

Read More
mattisrowe
mattisrowe

Reputation: 149

How do you take a copy of a dictionary's KeyValuePair without it maintaining a reference to the original dictionary? Cloneable KVP?

Score: -1

Views: 122

Answers: 1

Read More
sinDizzy
sinDizzy

Reputation: 1364

Clone a List(Of Class)

Score: 7

Views: 23739

Answers: 3

Read More
dotNET
dotNET

Reputation: 35470

Proper way to implement ICloneable

Score: 81

Views: 136305

Answers: 7

Read More
oaky_afterbirth
oaky_afterbirth

Reputation: 135

How can I implement a Clone method on an abstract class without using MemberwiseClone?

Score: 0

Views: 1160

Answers: 1

Read More
virouz98
virouz98

Reputation: 96

Problem with making a deepcopy using IClonable interface in C#

Score: 0

Views: 313

Answers: 2

Read More
Monochromatic
Monochromatic

Reputation: 309

vb .net swallow ICloneable implementation

Score: 0

Views: 260

Answers: 1

Read More
Bluenuance
Bluenuance

Reputation: 4983

Why no ICloneable<T>?

Score: 268

Views: 60551

Answers: 8

Read More
Wreeecks
Wreeecks

Reputation: 2284

What's the purpose of Clone?

Score: 0

Views: 37

Answers: 0

Read More
Laurie Stearn
Laurie Stearn

Reputation: 999

ICloneable Interface

Score: 1

Views: 3727

Answers: 2

Read More
CBreeze
CBreeze

Reputation: 2983

Passing ICloneable Class throws Proxy error

Score: 0

Views: 681

Answers: 1

Read More
Anders Gustafsson
Anders Gustafsson

Reputation: 15981

How to workaround missing ICloneable interface when porting .NET library to PCL?

Score: 15

Views: 10623

Answers: 4

Read More
Pelle Liljendal
Pelle Liljendal

Reputation: 63

Test if generic type supports ICloneable

Score: 1

Views: 698

Answers: 3

Read More
Philipp
Philipp

Reputation: 549

Looking for Clone() implementation with derived return Type

Score: 0

Views: 317

Answers: 3

Read More
FrankTominc
FrankTominc

Reputation: 119

Proper way to Clone a List<List<T>> in C#

Score: 1

Views: 359

Answers: 2

Read More
CathalMF
CathalMF

Reputation: 10055

Cloning an array of objects which implement ICloneable

Score: 0

Views: 943

Answers: 2

Read More
user1607914
user1607914

Reputation: 105

ICloneable deepcopy of an object in .net

Score: 1

Views: 3131

Answers: 1

Read More
Jeffrey Goines
Jeffrey Goines

Reputation: 955

Should I Implement ICloneable?

Score: 0

Views: 1854

Answers: 2

Read More
PreviousPage 1Next