1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// SPDX-License-Identifier: Apache-2.0
// Copyright 2026 ZeroDDS Contributors
//
// TypeSupport-Interface fuer XCDR2-codierbare DDS-Topic-Types.
// Spec: zerodds-xcdr2-csharp-1.0 §2 / §3.
using ;
;
/// <summary>
/// Generisches TypeSupport-Interface laut zerodds-xcdr2-csharp-1.0 §2.
/// Pro IDL-`struct` emittiert `idl-csharp` einen `*TypeSupport`-Singleton
/// der dieses Interface implementiert.
/// </summary>
/// <typeparam name="T">Konkreter DDS-Sample-Type (Reference- oder Value-Type, MUSS not-null sein).</typeparam>
public