Forum

PureSourceCode.com Forum
Enrico
@enrico
Admin
Member
Joined: Mar 26, 2020
Last seen: May 5, 2024
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) { ...

2 years ago
Forum
C#
Topic
Forum
C#
Replies: 0
Views: 869
Reply
2 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 }

2 years ago
Forum
Topic
Page 2 / 11