Class UnionType
Inheritance
System.Object
UnionType
Implements
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TypeScriptDefinitionsSupport
Assembly: OpenSilver.dll
Syntax
public abstract class UnionType : JSObject, IJSObject
Properties
| Improve this Doc View Source_Type
Declaration
protected Type _Type { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
Methods
| Improve this Doc View SourceCreateInstance<T>()
Declaration
public T CreateInstance<T>()
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
instanceof(String)
Declaration
public bool instanceof(string type)
Parameters
Type | Name | Description |
---|---|---|
System.String | type |
Returns
Type | Description |
---|---|
System.Boolean |