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

BinaryCustomDebugInformation() public method

public BinaryCustomDebugInformation ( System.Guid identifier, byte data ) : System
identifier System.Guid
data byte
return System
        public BinaryCustomDebugInformation(Guid identifier, byte [] data)
            : base(identifier)
        {
            this.data = data;
        }
BinaryCustomDebugInformation