Vixen
02b45cc4
csharp
public sealed class EmptyEditProvider

A provider that describes nothing.

Read the guide page for this →

Remarks

What an EditTarget built over objects nobody has described falls back to, so that "no provider" is a target with no properties rather than a null reference at the first read. A test fixture and a preview of an unregistered type are the two real cases.

Fields and properties (1)

Methods (2)

  • public IReadOnlyList<IEditMember> MembersOf(Type type)

    The members of a type, in the order they should be shown.

  • public bool TryResolve(Type type, string path, out IEditMember? member)

    Finds one member of a type by name.

Used by (1)

  • EditTargetVixen.Editor.Core