Reflection/List properties: Difference between revisions

Content deleted Content added
Blue (talk | contribs)
Blue (talk | contribs)
Line 234: Line 234:
Year Property int Year {get;}
Year Property int Year {get;}
</pre>
</pre>
The "Add" methods of a <code>[DateTime</code> object:
The "Add" methods of a <code>[DateTime]</code> object:
<lang PowerShell>
<lang PowerShell>
Get-Date | Get-Member -MemberType Method -Name Add*
Get-Date | Get-Member -MemberType Method -Name Add*