Vidyano.AttributeContextMenuArgs.AttributeContextMenuArgs C# (CSharp) Метод

AttributeContextMenuArgs() приватный Метод

private AttributeContextMenuArgs ( PersistentObjectAttribute attribute ) : System.Collections.Generic
attribute Vidyano.ViewModel.PersistentObjectAttribute
Результат System.Collections.Generic
        internal AttributeContextMenuArgs(PersistentObjectAttribute attribute)
        {
            Attribute = attribute;
            Commands = new List<AttributeContextMenuCommand>();
        }
AttributeContextMenuArgs