如题C#中() =>是什么意思,比如
public ICommand AddCommand
{
get
{
if (this.addCommand == null)
this.addCommand = new RelayCommand(() => this.AddPerson(), () => this.CanAddPerson());
return this.addCommand;
}
}
MMTTMM
C#中///是什么意思
->在c++中是什么意思
#include 在c 中是什么意思?
什么意思
相关分类