AssemblyCSharp.ProfilerRecording.ProfilerRecording C# (CSharp) 메소드

ProfilerRecording() 공개 메소드

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