using System; namespace CadParamPluging.Common { [Serializable] public class NotePlaceholderBinding { public int Index { get; set; } public string ParamKey { get; set; } } }