diff options
Diffstat (limited to 'csharp/src/Ice/Util.cs')
-rw-r--r-- | csharp/src/Ice/Util.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/csharp/src/Ice/Util.cs b/csharp/src/Ice/Util.cs index 32f8340a424..2833832e580 100644 --- a/csharp/src/Ice/Util.cs +++ b/csharp/src/Ice/Util.cs @@ -106,6 +106,11 @@ namespace Ice /// The value factory manager. /// </summary> public ValueFactoryManager valueFactoryManager; + + /// <summary> + /// The list of TypeId namespaces. Default is Ice.TypeId. + /// </summary> + public string[] typeIdNamespaces = { "Ice.TypeId" }; } /// <summary> |