Mono.Debugger.Languages.Language.CreatePointerType C# (CSharp) Method

CreatePointerType() public abstract method

public abstract CreatePointerType ( TargetType type ) : TargetPointerType
type TargetType
return TargetPointerType
        public abstract TargetPointerType CreatePointerType(TargetType type);