Binarysharp.MemoryManagement.Assembly.CallingConvention.StdcallCallingConvention.FormatCleaning C# (CSharp) Method

FormatCleaning() public method

Formats the cleaning of a given number of parameters.
public FormatCleaning ( int nbParameters ) : string
nbParameters int The number of parameters to clean.
return string
        public string FormatCleaning(int nbParameters)
        {
            return String.Empty;
        }