Nemerle.VisualStudio.Project.NemerleProjectNode.CreatePropertiesObject C# (CSharp) Метод

CreatePropertiesObject() защищенный Метод

protected CreatePropertiesObject ( ) : NodeProperties
Результат Microsoft.VisualStudio.Project.NodeProperties
        protected override NodeProperties CreatePropertiesObject()
        {
            return new NemerleProjectNodeProperties(this);
        }