public GuidInspector(Metadata metadata) : base(metadata)
 {
 }
Example #2
0
 public DictionaryKeyAtIndexMetadata(int index, Metadata parent) : base(SubpathPrefix, index, parent)
 {
 }
Example #3
0
        protected DictionaryIndexMetadata(string subpathPrefix, int index, Metadata parent) : base(subpathPrefix + index, parent)
        {
            this.index = index;

            Reflect(true);
        }
Example #4
0
 public MacroEditor(Metadata metadata) : base(metadata)
 {
 }