csharp
public sealed class EmptyEditProviderA provider that describes nothing.
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)
public static EmptyEditProvider InstanceThe one instance.
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