MVVMSidekick.ViewModels.BindableBase.GetFieldNames C# (CSharp) Method

GetFieldNames() public abstract method

Get all property names that were defined in subtype, or added objectly in runtime

取得本VM实例已经定义的所有字段名。其中包括静态声明的和动态添加的。

public abstract GetFieldNames ( ) : string[]
return string[]
        public abstract string[] GetFieldNames();