Require the 'Name' property on the IFileSystemObject
This commit is contained in:
parent
9fcdb2e4c3
commit
609bbccf0c
@ -7,6 +7,7 @@ namespace UniversalEditor.ObjectModels.FileSystem
|
||||
{
|
||||
public interface IFileSystemObject
|
||||
{
|
||||
string Name { get; set; }
|
||||
}
|
||||
public class IFileSystemObjectCollection
|
||||
: System.Collections.ObjectModel.Collection<IFileSystemObject>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user