OneOf-2.OneOf
OneOf(T1)
Initializes a new instance of the OneOf class with a value of type T1.
public OneOf(T1 value)
Parameter | Type | Description |
---|---|---|
value | T1 | The value of type T1. |
See Also
- class OneOf<T1,T2>
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
OneOf(T2)
Initializes a new instance of the OneOf class with a value of type T2.
public OneOf(T2 value)
Parameter | Type | Description |
---|---|---|
value | T2 | The value of type T2. |
See Also
- class OneOf<T1,T2>
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG