System.Windows.Parameter.GetValue C# (CSharp) Method

GetValue() public abstract method

Gets the value of the parameter.
public abstract GetValue ( ) : object
return object
        public abstract object GetValue();