|
1257 | 1257 | <summary> |
1258 | 1258 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.Boolean"/> instance. |
1259 | 1259 | </summary> |
| 1260 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1260 | 1261 | </member> |
1261 | 1262 | <member name="M:MsgPack.MessagePackObject.#ctor(System.Byte)"> |
1262 | 1263 | <summary> |
1263 | 1264 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.Byte"/> instance. |
1264 | 1265 | </summary> |
| 1266 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1265 | 1267 | </member> |
1266 | 1268 | <member name="M:MsgPack.MessagePackObject.#ctor(System.SByte)"> |
1267 | 1269 | <summary> |
1268 | 1270 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.SByte"/> instance. |
1269 | 1271 | </summary> |
| 1272 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1270 | 1273 | </member> |
1271 | 1274 | <member name="M:MsgPack.MessagePackObject.#ctor(System.Int16)"> |
1272 | 1275 | <summary> |
1273 | 1276 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.Int16"/> instance. |
1274 | 1277 | </summary> |
| 1278 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1275 | 1279 | </member> |
1276 | 1280 | <member name="M:MsgPack.MessagePackObject.#ctor(System.UInt16)"> |
1277 | 1281 | <summary> |
1278 | 1282 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.UInt16"/> instance. |
1279 | 1283 | </summary> |
| 1284 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1280 | 1285 | </member> |
1281 | 1286 | <member name="M:MsgPack.MessagePackObject.#ctor(System.Int32)"> |
1282 | 1287 | <summary> |
1283 | 1288 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.Int32"/> instance. |
1284 | 1289 | </summary> |
| 1290 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1285 | 1291 | </member> |
1286 | 1292 | <member name="M:MsgPack.MessagePackObject.#ctor(System.UInt32)"> |
1287 | 1293 | <summary> |
1288 | 1294 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.UInt32"/> instance. |
1289 | 1295 | </summary> |
| 1296 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1290 | 1297 | </member> |
1291 | 1298 | <member name="M:MsgPack.MessagePackObject.#ctor(System.Int64)"> |
1292 | 1299 | <summary> |
1293 | 1300 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.Int64"/> instance. |
1294 | 1301 | </summary> |
| 1302 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1295 | 1303 | </member> |
1296 | 1304 | <member name="M:MsgPack.MessagePackObject.#ctor(System.UInt64)"> |
1297 | 1305 | <summary> |
1298 | 1306 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.UInt64"/> instance. |
1299 | 1307 | </summary> |
| 1308 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1300 | 1309 | </member> |
1301 | 1310 | <member name="M:MsgPack.MessagePackObject.#ctor(System.Single)"> |
1302 | 1311 | <summary> |
1303 | 1312 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.Single"/> instance. |
1304 | 1313 | </summary> |
| 1314 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1305 | 1315 | </member> |
1306 | 1316 | <member name="M:MsgPack.MessagePackObject.#ctor(System.Double)"> |
1307 | 1317 | <summary> |
1308 | 1318 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.Double"/> instance. |
1309 | 1319 | </summary> |
| 1320 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1310 | 1321 | </member> |
1311 | 1322 | <member name="M:MsgPack.MessagePackObject.#ctor(System.String)"> |
1312 | 1323 | <summary> |
1313 | 1324 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.String"/> instance. |
1314 | 1325 | </summary> |
| 1326 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1315 | 1327 | </member> |
1316 | 1328 | <member name="M:MsgPack.MessagePackObject.#ctor(System.Byte[])"> |
1317 | 1329 | <summary> |
1318 | | - Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:System.Byte"/>[] instance. |
| 1330 | + Initializes a new instance of the <see cref="T:System.Byte"/>[] type which wraps <see cref="T:System.Byte"/>[] instance with specified manner. |
1319 | 1331 | </summary> |
| 1332 | + <param name="value">A bytes array to be wrapped.</param> |
| 1333 | + <remarks> |
| 1334 | + This constructor invokes <see cref="M:MsgPack.MessagePackObject.#ctor(System.Byte[],System.Boolean)"/> with <c>false</c>, that means if you pass tha bytes array which is valid utf-8, resulting object can be <see cref="T:System.String"/>, |
| 1335 | + and its <see cref="P:MsgPack.MessagePackObject.UnderlyingType"/> should be <see cref="T:System.String"/>. |
| 1336 | + </remarks> |
| 1337 | + </member> |
| 1338 | + <member name="M:MsgPack.MessagePackObject.#ctor(System.Byte[],System.Boolean)"> |
| 1339 | + <summary> |
| 1340 | + Initializes a new instance of the <see cref="T:System.Byte"/>[] type which wraps <see cref="T:System.Byte"/>[] instance with specified manner. |
| 1341 | + </summary> |
| 1342 | + <param name="value">A bytes array to be wrapped.</param> |
| 1343 | + <param name="isBinary"><c>true</c> if <paramref name="value"/> always should be binary; <c>false</c>, otherwise.</param> |
| 1344 | + <remarks> |
| 1345 | + When the <paramref name="isBinary"/> is <c>true</c>, then resulting object represents binary even if the <paramref name="value"/> is valid utf-8 sequence, |
| 1346 | + that is, its <see cref="P:MsgPack.MessagePackObject.UnderlyingType"/> should be <see cref="T:System.Byte"/>[]. |
| 1347 | + On the other hand, when contrast, the <paramref name="isBinary"/> is <c>false</c>, and if the <paramref name="value"/> is valid utf-8, |
| 1348 | + then the resulting object can be <see cref="T:System.String"/>, |
| 1349 | + and its <see cref="P:MsgPack.MessagePackObject.UnderlyingType"/> should be <see cref="T:System.String"/>. |
| 1350 | + </remarks> |
1320 | 1351 | </member> |
1321 | 1352 | <member name="M:MsgPack.MessagePackObject.#ctor(MsgPack.MessagePackExtendedTypeObject)"> |
1322 | 1353 | <summary> |
1323 | 1354 | Initializes a new instance of the <see cref="T:MsgPack.MessagePackObject"/> type which wraps <see cref="T:MsgPack.MessagePackExtendedTypeObject"/> instance. |
1324 | 1355 | </summary> |
| 1356 | + <param name="value">A <see cref="T:MsgPack.MessagePackObject"/> value to be wrapped.</param> |
1325 | 1357 | </member> |
1326 | 1358 | <member name="M:MsgPack.MessagePackObject.AsBoolean"> |
1327 | 1359 | <summary> |
|
0 commit comments