Class StringTypeReader
Inheritance
System.Object
StringTypeReader
Implements
Inherited Members
System.Object.Equals(System.Object)
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: TelegramModularFramework.Services.TypeReaders
Assembly: TelegramModularFramework.dll
Syntax
public class StringTypeReader : ITypeReader
Properties
| Improve this Doc View SourceType
Declaration
public Type Type { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Methods
| Improve this Doc View SourceReadTypeAsync(ModuleContext, String)
Declaration
public async Task<TypeReaderResult> ReadTypeAsync(ModuleContext context, string input)
Parameters
| Type | Name | Description |
|---|---|---|
| ModuleContext | context | |
| System.String | input |
Returns
| Type | Description |
|---|---|
| Task<TypeReaderResult> |