Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
PropertyCollection.cs
Go to the documentation of this file.
4
5namespace System.Data;
6
8[TypeForwardedFrom("System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
10{
12 {
13 }
14
16 : base(info, context)
17 {
18 }
19
20 public override object Clone()
21 {
24 try
25 {
26 while (dictionaryEnumerator.MoveNext())
27 {
30 }
31 return propertyCollection;
32 }
33 finally
34 {
36 if (disposable != null)
37 {
39 }
40 }
41 }
42}
IEnumerator IEnumerable. GetEnumerator()
Definition Hashtable.cs:899
PropertyCollection(SerializationInfo info, StreamingContext context)