Mono.Cecil.Cil.CustomDebugInformation.CustomDebugInformation C# (CSharp) Method

CustomDebugInformation() private method

private CustomDebugInformation ( System.Guid identifier ) : System
identifier System.Guid
return System
        internal CustomDebugInformation(Guid identifier)
        {
            this.identifier = identifier;
            this.token = new MetadataToken (TokenType.CustomDebugInformation);
        }
CustomDebugInformation