Add string ComputeSize to Parameter.

This commit is contained in:
Fraser Waters 2014-03-10 21:40:26 +00:00
parent 53f67f8bdd
commit 7cdd880759

View file

@ -192,6 +192,17 @@ namespace Bind.Structures
#endregion
#region public string ComputeSize
string computeSize;
public string ComputeSize
{
get { return computeSize; }
set { computeSize = value; }
}
#endregion
#region Static Members
// Returns the FlowDirection that matches the specified string