Binarysharp.MemoryManagement.Assembly.CallingConvention.StdcallCallingConvention.FormatCleaning C# (CSharp) Метод

FormatCleaning() публичный Метод

Formats the cleaning of a given number of parameters.
public FormatCleaning ( int nbParameters ) : string
nbParameters int The number of parameters to clean.
Результат string
        public string FormatCleaning(int nbParameters)
        {
            return String.Empty;
        }