Cirrious.MvvmCross.Plugins.FieldBinding.MvxLeafFieldSourceBinding.GetValue C# (CSharp) Method

GetValue() public method

public GetValue ( ) : object
return object
        public override object GetValue()
        {
            return FieldInfo.GetValue(Source);
        }
    }