Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -8,7 +8,7 @@ class MyClass
|
|||
string Y : prop;
|
||||
}
|
||||
|
||||
public program()
|
||||
public Program()
|
||||
{
|
||||
var o := new MyClass
|
||||
{
|
||||
|
|
@ -19,6 +19,6 @@ public program()
|
|||
|
||||
MyClass.__getProperties().forEach::(p)
|
||||
{
|
||||
console.printLine("o.",p,"=",p.getPropertyValue(o))
|
||||
Console.printLine("o.",p,"=",p.getPropertyValue(o))
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Get-Date | Get-Member -MemberType Property
|
||||
|
|
@ -1 +0,0 @@
|
|||
Get-Date | Get-Member -MemberType Method -Name Add*
|
||||
Loading…
Add table
Add a link
Reference in a new issue