Class FunctionType
Inheritance
System.Object
FunctionType
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TypeScriptDefToCSharp.Model
Assembly: OpenSilver.Compiler.TypeScriptDefToCSharp.dll
Syntax
public class FunctionType : TSType
Constructors
| Improve this Doc View SourceFunctionType()
Declaration
public FunctionType()
FunctionType(XElement, TypeScriptDefContext)
Declaration
public FunctionType(XElement elem, TypeScriptDefContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.Linq.XElement | elem | |
TypeScriptDefContext | context |
Properties
| Improve this Doc View SourceName
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Params
Declaration
public List<Param> Params { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Param> |
ReturnType
Declaration
public TSType ReturnType { get; set; }
Property Value
Type | Description |
---|---|
TSType |
Methods
| Improve this Doc View SourceNew(String)
Declaration
public string New(string jsObj)
Parameters
Type | Name | Description |
---|---|---|
System.String | jsObj |
Returns
Type | Description |
---|---|
System.String |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()