com.wallstop-studios.unity-helpers 2.0.0-rc79 → 2.0.0-rc79.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/Runtime/Protobuf-Net/System.Collections.Immutable.dll +0 -0
  2. package/Runtime/Protobuf-Net/System.Runtime.CompilerServices.Unsafe.dll +0 -0
  3. package/Runtime/Protobuf-Net/protobuf-net.Core.dll +0 -0
  4. package/Runtime/Protobuf-Net/protobuf-net.dll +0 -0
  5. package/Runtime/Utils/LZMA.cs +53 -0
  6. package/Runtime/Utils/LZMA.cs.meta +3 -0
  7. package/Runtime/Utils/SevenZip/Common/CRC.cs +61 -0
  8. package/Runtime/Utils/SevenZip/Common/CRC.cs.meta +11 -0
  9. package/Runtime/Utils/SevenZip/Common/InBuffer.cs +71 -0
  10. package/Runtime/Utils/SevenZip/Common/InBuffer.cs.meta +11 -0
  11. package/Runtime/Utils/SevenZip/Common/OutBuffer.cs +65 -0
  12. package/Runtime/Utils/SevenZip/Common/OutBuffer.cs.meta +11 -0
  13. package/Runtime/Utils/SevenZip/Common.meta +3 -0
  14. package/Runtime/Utils/SevenZip/Compress/LZ/IMatchFinder.cs +28 -0
  15. package/Runtime/Utils/SevenZip/Compress/LZ/IMatchFinder.cs.meta +11 -0
  16. package/Runtime/Utils/SevenZip/Compress/LZ/LzBinTree.cs +404 -0
  17. package/Runtime/Utils/SevenZip/Compress/LZ/LzBinTree.cs.meta +11 -0
  18. package/Runtime/Utils/SevenZip/Compress/LZ/LzInWindow.cs +153 -0
  19. package/Runtime/Utils/SevenZip/Compress/LZ/LzInWindow.cs.meta +11 -0
  20. package/Runtime/Utils/SevenZip/Compress/LZ/LzOutWindow.cs +110 -0
  21. package/Runtime/Utils/SevenZip/Compress/LZ/LzOutWindow.cs.meta +11 -0
  22. package/Runtime/{Protobuf-Net/System.Collections.Immutable.xml.meta → Utils/SevenZip/Compress/LZ.meta} +3 -2
  23. package/Runtime/Utils/SevenZip/Compress/LZMA/LzmaBase.cs +101 -0
  24. package/Runtime/Utils/SevenZip/Compress/LZMA/LzmaBase.cs.meta +11 -0
  25. package/Runtime/Utils/SevenZip/Compress/LZMA/LzmaDecoder.cs +464 -0
  26. package/Runtime/Utils/SevenZip/Compress/LZMA/LzmaDecoder.cs.meta +11 -0
  27. package/Runtime/Utils/SevenZip/Compress/LZMA/LzmaEncoder.cs +1669 -0
  28. package/Runtime/Utils/SevenZip/Compress/LZMA/LzmaEncoder.cs.meta +11 -0
  29. package/Runtime/Utils/SevenZip/Compress/LZMA.meta +8 -0
  30. package/Runtime/Utils/SevenZip/Compress/RangeCoder/RangeCoder.cs +233 -0
  31. package/Runtime/Utils/SevenZip/Compress/RangeCoder/RangeCoder.cs.meta +11 -0
  32. package/Runtime/Utils/SevenZip/Compress/RangeCoder/RangeCoderBit.cs +137 -0
  33. package/Runtime/Utils/SevenZip/Compress/RangeCoder/RangeCoderBit.cs.meta +11 -0
  34. package/Runtime/Utils/SevenZip/Compress/RangeCoder/RangeCoderBitTree.cs +170 -0
  35. package/Runtime/Utils/SevenZip/Compress/RangeCoder/RangeCoderBitTree.cs.meta +11 -0
  36. package/Runtime/Utils/SevenZip/Compress/RangeCoder.meta +8 -0
  37. package/Runtime/{Protobuf-Net/System.Runtime.CompilerServices.Unsafe.xml.meta → Utils/SevenZip/Compress.meta} +3 -2
  38. package/Runtime/Utils/SevenZip/ICoder.cs +177 -0
  39. package/Runtime/Utils/SevenZip/ICoder.cs.meta +11 -0
  40. package/Runtime/Utils/SevenZip.meta +3 -0
  41. package/package.json +2 -1
  42. package/Runtime/Protobuf-Net/System.Buffers.dll +0 -0
  43. package/Runtime/Protobuf-Net/System.Buffers.dll.meta +0 -33
  44. package/Runtime/Protobuf-Net/System.Collections.Immutable.xml +0 -6812
  45. package/Runtime/Protobuf-Net/System.Numerics.Vectors.dll +0 -0
  46. package/Runtime/Protobuf-Net/System.Numerics.Vectors.dll.meta +0 -33
  47. package/Runtime/Protobuf-Net/System.Runtime.CompilerServices.Unsafe.xml +0 -342
@@ -1,33 +0,0 @@
1
- fileFormatVersion: 2
2
- guid: 52dc20fddc7d3fb428d73ce304b26f1d
3
- PluginImporter:
4
- externalObjects: {}
5
- serializedVersion: 2
6
- iconMap: {}
7
- executionOrder: {}
8
- defineConstraints: []
9
- isPreloaded: 0
10
- isOverridable: 1
11
- isExplicitlyReferenced: 0
12
- validateReferences: 1
13
- platformData:
14
- - first:
15
- Any:
16
- second:
17
- enabled: 1
18
- settings: {}
19
- - first:
20
- Editor: Editor
21
- second:
22
- enabled: 0
23
- settings:
24
- DefaultValueInitialized: true
25
- - first:
26
- Windows Store Apps: WindowsStoreApps
27
- second:
28
- enabled: 0
29
- settings:
30
- CPU: AnyCPU
31
- userData:
32
- assetBundleName:
33
- assetBundleVariant:
@@ -1,342 +0,0 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <doc>
3
- <assembly>
4
- <name>System.Runtime.CompilerServices.Unsafe</name>
5
- </assembly>
6
- <members>
7
- <member name="T:System.Runtime.CompilerServices.Unsafe">
8
- <summary>Contains generic, low-level functionality for manipulating pointers.</summary>
9
- </member>
10
- <member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.Int32)">
11
- <summary>Adds an element offset to the given reference.</summary>
12
- <param name="source">The reference to add the offset to.</param>
13
- <param name="elementOffset">The offset to add.</param>
14
- <typeparam name="T">The type of reference.</typeparam>
15
- <returns>A new reference that reflects the addition of offset to pointer.</returns>
16
- </member>
17
- <member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.IntPtr)">
18
- <summary>Adds an element offset to the given reference.</summary>
19
- <param name="source">The reference to add the offset to.</param>
20
- <param name="elementOffset">The offset to add.</param>
21
- <typeparam name="T">The type of reference.</typeparam>
22
- <returns>A new reference that reflects the addition of offset to pointer.</returns>
23
- </member>
24
- <member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(``0@,System.UIntPtr)">
25
- <summary>Adds an element offset to the given reference.</summary>
26
- <param name="source">The reference to add the offset to.</param>
27
- <param name="elementOffset">The offset to add.</param>
28
- <typeparam name="T">The type of reference.</typeparam>
29
- <returns>A new reference that reflects the addition of offset to pointer.</returns>
30
- </member>
31
- <member name="M:System.Runtime.CompilerServices.Unsafe.Add``1(System.Void*,System.Int32)">
32
- <summary>Adds an element offset to the given void pointer.</summary>
33
- <param name="source">The void pointer to add the offset to.</param>
34
- <param name="elementOffset">The offset to add.</param>
35
- <typeparam name="T">The type of void pointer.</typeparam>
36
- <returns>A new void pointer that reflects the addition of offset to the specified pointer.</returns>
37
- </member>
38
- <member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.IntPtr)">
39
- <summary>Adds a byte offset to the given reference.</summary>
40
- <param name="source">The reference to add the offset to.</param>
41
- <param name="byteOffset">The offset to add.</param>
42
- <typeparam name="T">The type of reference.</typeparam>
43
- <returns>A new reference that reflects the addition of byte offset to pointer.</returns>
44
- </member>
45
- <member name="M:System.Runtime.CompilerServices.Unsafe.AddByteOffset``1(``0@,System.UIntPtr)">
46
- <summary>Adds a byte offset to the given reference.</summary>
47
- <param name="source">The reference to add the offset to.</param>
48
- <param name="byteOffset">The offset to add.</param>
49
- <typeparam name="T">The type of reference.</typeparam>
50
- <returns>A new reference that reflects the addition of byte offset to pointer.</returns>
51
- </member>
52
- <member name="M:System.Runtime.CompilerServices.Unsafe.AreSame``1(``0@,``0@)">
53
- <summary>Determines whether the specified references point to the same location.</summary>
54
- <param name="left">The first reference to compare.</param>
55
- <param name="right">The second reference to compare.</param>
56
- <typeparam name="T">The type of reference.</typeparam>
57
- <returns>
58
- <see langword="true" /> if <paramref name="left" /> and <paramref name="right" /> point to the same location; otherwise, <see langword="false" />.</returns
59
- >
60
- </member>
61
- <member name="M:System.Runtime.CompilerServices.Unsafe.As``1(System.Object)">
62
- <summary>Casts the given object to the specified type.</summary>
63
- <param name="o">The object to cast.</param>
64
- <typeparam name="T">The type which the object will be cast to.</typeparam>
65
- <returns>The original object, casted to the given type.</returns>
66
- </member>
67
- <member name="M:System.Runtime.CompilerServices.Unsafe.As``2(``0@)">
68
- <summary
69
- >Reinterprets the given reference as a reference to a value of type <typeparamref name="TTo" />.</summary
70
- >
71
- <param name="source">The reference to reinterpret.</param>
72
- <typeparam name="TFrom">The type of reference to reinterpret.</typeparam>
73
- <typeparam name="TTo">The desired type of the reference.</typeparam>
74
- <returns>A reference to a value of type <typeparamref name="TTo" />.</returns>
75
- </member>
76
- <member name="M:System.Runtime.CompilerServices.Unsafe.AsPointer``1(``0@)">
77
- <summary>Returns a pointer to the given by-ref parameter.</summary>
78
- <param name="value">The object whose pointer is obtained.</param>
79
- <typeparam name="T">The type of object.</typeparam>
80
- <returns>A pointer to the given value.</returns>
81
- </member>
82
- <member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(``0@)">
83
- <summary>Reinterprets the given read-only reference as a reference.</summary>
84
- <param name="source">The read-only reference to reinterpret.</param>
85
- <typeparam name="T">The type of reference.</typeparam>
86
- <returns>A reference to a value of type <typeparamref name="T" />.</returns>
87
- </member>
88
- <member name="M:System.Runtime.CompilerServices.Unsafe.AsRef``1(System.Void*)">
89
- <summary
90
- >Reinterprets the given location as a reference to a value of type <typeparamref name="T" />.</summary
91
- >
92
- <param name="source">The location of the value to reference.</param>
93
- <typeparam name="T">The type of the interpreted location.</typeparam>
94
- <returns>A reference to a value of type <typeparamref name="T" />.</returns>
95
- </member>
96
- <member name="M:System.Runtime.CompilerServices.Unsafe.ByteOffset``1(``0@,``0@)">
97
- <summary>Determines the byte offset from origin to target from the given references.</summary>
98
- <param name="origin">The reference to origin.</param>
99
- <param name="target">The reference to target.</param>
100
- <typeparam name="T">The type of reference.</typeparam>
101
- <returns
102
- >Byte offset from origin to target i.e. <paramref name="target" /> - <paramref name="origin" />.</returns
103
- >
104
- </member>
105
- <member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(``0@,System.Void*)">
106
- <summary
107
- >Copies a value of type <typeparamref name="T" /> to the given location.</summary
108
- >
109
- <param name="destination">The location to copy to.</param>
110
- <param name="source">A pointer to the value to copy.</param>
111
- <typeparam name="T">The type of value to copy.</typeparam>
112
- </member>
113
- <member name="M:System.Runtime.CompilerServices.Unsafe.Copy``1(System.Void*,``0@)">
114
- <summary
115
- >Copies a value of type <typeparamref name="T" /> to the given location.</summary
116
- >
117
- <param name="destination">The location to copy to.</param>
118
- <param name="source">A reference to the value to copy.</param>
119
- <typeparam name="T">The type of value to copy.</typeparam>
120
- </member>
121
- <member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Byte@,System.Byte@,System.UInt32)">
122
- <summary>Copies bytes from the source address to the destination address.</summary>
123
- <param name="destination">The destination address to copy to.</param>
124
- <param name="source">The source address to copy from.</param>
125
- <param name="byteCount">The number of bytes to copy.</param>
126
- </member>
127
- <member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlock(System.Void*,System.Void*,System.UInt32)">
128
- <summary>Copies bytes from the source address to the destination address.</summary>
129
- <param name="destination">The destination address to copy to.</param>
130
- <param name="source">The source address to copy from.</param>
131
- <param name="byteCount">The number of bytes to copy.</param>
132
- </member>
133
- <member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Byte@,System.Byte@,System.UInt32)">
134
- <summary>Copies bytes from the source address to the destination address without assuming architecture dependent alignment of the addresses.</summary>
135
- <param name="destination">The destination address to copy to.</param>
136
- <param name="source">The source address to copy from.</param>
137
- <param name="byteCount">The number of bytes to copy.</param>
138
- </member>
139
- <member name="M:System.Runtime.CompilerServices.Unsafe.CopyBlockUnaligned(System.Void*,System.Void*,System.UInt32)">
140
- <summary>Copies bytes from the source address to the destination address without assuming architecture dependent alignment of the addresses.</summary>
141
- <param name="destination">The destination address to copy to.</param>
142
- <param name="source">The source address to copy from.</param>
143
- <param name="byteCount">The number of bytes to copy.</param>
144
- </member>
145
- <member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Byte@,System.Byte,System.UInt32)">
146
- <summary>Initializes a block of memory at the given location with a given initial value.</summary>
147
- <param name="startAddress"
148
- >The address of the start of the memory block to initialize.</param
149
- >
150
- <param name="value">The value to initialize the block to.</param>
151
- <param name="byteCount">The number of bytes to initialize.</param>
152
- </member>
153
- <member name="M:System.Runtime.CompilerServices.Unsafe.InitBlock(System.Void*,System.Byte,System.UInt32)">
154
- <summary>Initializes a block of memory at the given location with a given initial value.</summary>
155
- <param name="startAddress"
156
- >The address of the start of the memory block to initialize.</param
157
- >
158
- <param name="value">The value to initialize the block to.</param>
159
- <param name="byteCount">The number of bytes to initialize.</param>
160
- </member>
161
- <member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Byte@,System.Byte,System.UInt32)">
162
- <summary>Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address.</summary>
163
- <param name="startAddress"
164
- >The address of the start of the memory block to initialize.</param
165
- >
166
- <param name="value">The value to initialize the block to.</param>
167
- <param name="byteCount">The number of bytes to initialize.</param>
168
- </member>
169
- <member name="M:System.Runtime.CompilerServices.Unsafe.InitBlockUnaligned(System.Void*,System.Byte,System.UInt32)">
170
- <summary>Initializes a block of memory at the given location with a given initial value without assuming architecture dependent alignment of the address.</summary>
171
- <param name="startAddress"
172
- >The address of the start of the memory block to initialize.</param
173
- >
174
- <param name="value">The value to initialize the block to.</param>
175
- <param name="byteCount">The number of bytes to initialize.</param>
176
- </member>
177
- <member name="M:System.Runtime.CompilerServices.Unsafe.IsAddressGreaterThan``1(``0@,``0@)">
178
- <summary>Returns a value that indicates whether a specified reference is greater than another specified reference.</summary>
179
- <param name="left">The first value to compare.</param>
180
- <param name="right">The second value to compare.</param>
181
- <typeparam name="T">The type of the reference.</typeparam>
182
- <returns>
183
- <see langword="true" /> if <paramref name="left" /> is greater than <paramref name="right" />; otherwise, <see langword="false" />.</returns
184
- >
185
- </member>
186
- <member name="M:System.Runtime.CompilerServices.Unsafe.IsAddressLessThan``1(``0@,``0@)">
187
- <summary>Returns a value that indicates whether a specified reference is less than another specified reference.</summary>
188
- <param name="left">The first value to compare.</param>
189
- <param name="right">The second value to compare.</param>
190
- <typeparam name="T">The type of the reference.</typeparam>
191
- <returns>
192
- <see langword="true" /> if <paramref name="left" /> is less than <paramref name="right" />; otherwise, <see langword="false" />.</returns
193
- >
194
- </member>
195
- <member name="M:System.Runtime.CompilerServices.Unsafe.IsNullRef``1(``0@)">
196
- <summary
197
- >Determines if a given reference to a value of type <typeparamref name="T" /> is a null reference.</summary
198
- >
199
- <param name="source">The reference to check.</param>
200
- <typeparam name="T">The type of the reference.</typeparam>
201
- <returns>
202
- <see langword="true" /> if <paramref name="source" /> is a null reference; otherwise, <see langword="false" />.</returns
203
- >
204
- </member>
205
- <member name="M:System.Runtime.CompilerServices.Unsafe.NullRef``1">
206
- <summary
207
- >Returns a reference to a value of type <typeparamref name="T" /> that is a null reference.</summary
208
- >
209
- <typeparam name="T">The type of the reference.</typeparam>
210
- <returns
211
- >A reference to a value of type <typeparamref name="T" /> that is a null reference.</returns
212
- >
213
- </member>
214
- <member name="M:System.Runtime.CompilerServices.Unsafe.Read``1(System.Void*)">
215
- <summary
216
- >Reads a value of type <typeparamref name="T" /> from the given location.</summary
217
- >
218
- <param name="source">The location to read from.</param>
219
- <typeparam name="T">The type to read.</typeparam>
220
- <returns
221
- >An object of type <typeparamref name="T" /> read from the given location.</returns
222
- >
223
- </member>
224
- <member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Byte@)">
225
- <summary
226
- >Reads a value of type <typeparamref name="T" /> from the given location without assuming architecture dependent alignment of the addresses.</summary
227
- >
228
- <param name="source">The location to read from.</param>
229
- <typeparam name="T">The type to read.</typeparam>
230
- <returns
231
- >An object of type <typeparamref name="T" /> read from the given location.</returns
232
- >
233
- </member>
234
- <member name="M:System.Runtime.CompilerServices.Unsafe.ReadUnaligned``1(System.Void*)">
235
- <summary
236
- >Reads a value of type <typeparamref name="T" /> from the given location without assuming architecture dependent alignment of the addresses.</summary
237
- >
238
- <param name="source">The location to read from.</param>
239
- <typeparam name="T">The type to read.</typeparam>
240
- <returns
241
- >An object of type <typeparamref name="T" /> read from the given location.</returns
242
- >
243
- </member>
244
- <member name="M:System.Runtime.CompilerServices.Unsafe.SizeOf``1">
245
- <summary>Returns the size of an object of the given type parameter.</summary>
246
- <typeparam name="T">The type of object whose size is retrieved.</typeparam>
247
- <returns>The size of an object of type <typeparamref name="T" />.</returns>
248
- </member>
249
- <member name="M:System.Runtime.CompilerServices.Unsafe.SkipInit``1(``0@)">
250
- <summary>Bypasses definite assignment rules for a given value.</summary>
251
- <param name="value">The uninitialized object.</param>
252
- <typeparam name="T">The type of the uninitialized object.</typeparam>
253
- </member>
254
- <member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.Int32)">
255
- <summary>Subtracts an element offset from the given reference.</summary>
256
- <param name="source">The reference to subtract the offset from.</param>
257
- <param name="elementOffset">The offset to subtract.</param>
258
- <typeparam name="T">The type of reference.</typeparam>
259
- <returns>A new reference that reflects the subtraction of offset from pointer.</returns>
260
- </member>
261
- <member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.IntPtr)">
262
- <summary>Subtracts an element offset from the given reference.</summary>
263
- <param name="source">The reference to subtract the offset from.</param>
264
- <param name="elementOffset">The offset to subtract.</param>
265
- <typeparam name="T">The type of reference.</typeparam>
266
- <returns>A new reference that reflects the subtraction of offset from pointer.</returns>
267
- </member>
268
- <member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(``0@,System.UIntPtr)">
269
- <summary>Subtracts an element offset from the given reference.</summary>
270
- <param name="source">The reference to subtract the offset from.</param>
271
- <param name="elementOffset">The offset to subtract.</param>
272
- <typeparam name="T">The type of reference.</typeparam>
273
- <returns>A new reference that reflects the subraction of offset from pointer.</returns>
274
- </member>
275
- <member name="M:System.Runtime.CompilerServices.Unsafe.Subtract``1(System.Void*,System.Int32)">
276
- <summary>Subtracts an element offset from the given void pointer.</summary>
277
- <param name="source">The void pointer to subtract the offset from.</param>
278
- <param name="elementOffset">The offset to subtract.</param>
279
- <typeparam name="T">The type of the void pointer.</typeparam>
280
- <returns>A new void pointer that reflects the subtraction of offset from the specified pointer.</returns>
281
- </member>
282
- <member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.IntPtr)">
283
- <summary>Subtracts a byte offset from the given reference.</summary>
284
- <param name="source">The reference to subtract the offset from.</param>
285
- <param name="byteOffset">The offset to subtract.</param>
286
- <typeparam name="T">The type of reference.</typeparam>
287
- <returns>A new reference that reflects the subtraction of byte offset from pointer.</returns>
288
- </member>
289
- <member name="M:System.Runtime.CompilerServices.Unsafe.SubtractByteOffset``1(``0@,System.UIntPtr)">
290
- <summary>Subtracts a byte offset from the given reference.</summary>
291
- <param name="source">The reference to subtract the offset from.</param>
292
- <param name="byteOffset">The offset to subtract.</param>
293
- <typeparam name="T">The type of reference.</typeparam>
294
- <returns>A new reference that reflects the subraction of byte offset from pointer.</returns>
295
- </member>
296
- <member name="M:System.Runtime.CompilerServices.Unsafe.Unbox``1(System.Object)">
297
- <summary>Returns a <see langword="mutable ref" /> to a boxed value.</summary>
298
- <param name="box">The value to unbox.</param>
299
- <typeparam name="T">The type to be unboxed.</typeparam>
300
- <exception cref="T:System.NullReferenceException">
301
- <paramref name="box" /> is <see langword="null" />, and <typeparamref name="T" /> is a non-nullable value type.</exception
302
- >
303
- <exception cref="T:System.InvalidCastException">
304
- <paramref name="box" /> is not a boxed value type.
305
-
306
- -or-
307
-
308
- <paramref name="box" /> is not a boxed <typeparamref name="T" />.</exception
309
- >
310
- <exception cref="T:System.TypeLoadException">
311
- <typeparamref name="T" /> cannot be found.</exception
312
- >
313
- <returns
314
- >A <see langword="mutable ref" /> to the boxed value <paramref name="box" />.</returns
315
- >
316
- </member>
317
- <member name="M:System.Runtime.CompilerServices.Unsafe.Write``1(System.Void*,``0)">
318
- <summary
319
- >Writes a value of type <typeparamref name="T" /> to the given location.</summary
320
- >
321
- <param name="destination">The location to write to.</param>
322
- <param name="value">The value to write.</param>
323
- <typeparam name="T">The type of value to write.</typeparam>
324
- </member>
325
- <member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Byte@,``0)">
326
- <summary
327
- >Writes a value of type <typeparamref name="T" /> to the given location without assuming architecture dependent alignment of the addresses.</summary
328
- >
329
- <param name="destination">The location to write to.</param>
330
- <param name="value">The value to write.</param>
331
- <typeparam name="T">The type of value to write.</typeparam>
332
- </member>
333
- <member name="M:System.Runtime.CompilerServices.Unsafe.WriteUnaligned``1(System.Void*,``0)">
334
- <summary
335
- >Writes a value of type <typeparamref name="T" /> to the given location without assuming architecture dependent alignment of the addresses.</summary
336
- >
337
- <param name="destination">The location to write to.</param>
338
- <param name="value">The value to write.</param>
339
- <typeparam name="T">The type of value to write.</typeparam>
340
- </member>
341
- </members>
342
- </doc>