namespace ICSharpCode.ILSpyX.TreeView.PlatformAbstractions { public interface ITreeNodeImagesProvider { object Assembly { get; } } }