AssemblyCSharp.ProfilerRecording.ProfilerRecording C# (CSharp) Method

ProfilerRecording() public method

public ProfilerRecording ( string id ) : System.Collections.Generic
id string
return System.Collections.Generic
        public ProfilerRecording(string id)
        {
            this.id = id;
        }