Cirrious.MvvmCross.Plugins.MethodBinding.MvxMethodSourceBinding.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

public GetValue ( ) : object
리턴 object
        public override object GetValue()
        {
            return this;
        }