Skip to content

Instantly share code, notes, and snippets.

@chuongmep
Created June 19, 2020 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuongmep/43cbe1e1428727a37b18cb3190e1b90f to your computer and use it in GitHub Desktop.
Save chuongmep/43cbe1e1428727a37b18cb3190e1b90f to your computer and use it in GitHub Desktop.
public enum BindSharedParamResult
{
eAlreadyBound,
eSuccessfullyBound,
eWrongParamType,
eWrongBindingType,
eFailed
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment