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

this() public abstract method

Gets or sets poperty values by property name index.

使用索引方式取得/设置字段值

Gets or sets the System.Object with the specified name.
public abstract this ( string name ) : object
name string Property name/字段名
return object
        public abstract object this[string name] { get; set; }