Forum

Enrico
@enrico
Admin
Member
Joined: Mar 26, 2020
Last seen: Sep 26, 2025
Topics: 106 / Replies: 45
Reply
Answer to: Create element from interface

I found a solution to my question. I created a function that returns a dynamic value. public static dynamic CreateElement(this IElement element) { ...

3 years ago
Forum
C#
Topic
Forum
C#
Replies: 0
Views: 1783
Reply
3 years ago
Forum
Reply
Answer to: How to remove bin and obj folders with PowerShell

Get-ChildItem .\ -include bin,obj -Recurse | foreach ($_) { remove-item $_.fullname -Force -Recurse }

3 years ago
Forum
Topic
Page 2 / 11