Sandbox Logo

struct Builder

Summary

A helper to create binds between two properties (or whatever you want) <para> Example usage: set "BoolValue" from value of "StringValue" <code>BindSystem.Build.Set( this, "BoolValue" ).From( this, "StringValue" );</code></para>

User Comments