Example #1
0
 private void getParameterAttributes(ref string parameterContent)
 {
     if (!parameterContent.Contains("__ATTRIBUTE_BLOCK__"))
     {
         return;
     }
     AttributeBlock.GetAttributes(ref parameterContent, this);
 }