Returns True if the field declaration statement declares more than one field.
public static
bool IsMultipleFieldsDeclaration(
IFieldInfo fieldInfo);
Parameters
-
fieldInfo
-
Field object
Return Value
True if the field declaration statement declares more than one field; False if otherwise.
Remarks
Example
To be added.
See Also
RuleUtilities Class | SubMain.CodeItRight.Sdk.Utils Namespace