ArrayUpdateResolver<T> Class
Namespace: Stride.UpdaterAssembly: Stride.Engine.dll
Resolver for
Derived from ArrayUpdateResolver<T>:
public class ArrayUpdateResolver<T> : UpdateMemberResolver
Type Parameters
| Name | Description |
|---|---|
| T | The type of array items. |
| Name | Description | |
|---|---|---|
| Properties | ||
| SupportedType | ||
| Methods | ||
| ResolveIndexer(String) | ||
Properties
SupportedType
public override Type SupportedType { get; }
Property Value
| Type | Description |
|---|---|
| System.Type |
Overrides
| Improve this Doc View SourceMethods
ResolveIndexer(String)
public override UpdatableMember ResolveIndexer(string indexerName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | indexerName |
Returns
| Type | Description |
|---|---|
| UpdatableMember |