[Mapped]
Posted Drink
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了[Mapped]相关的知识,希望对你有一定的参考价值。
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cinway.Data
{
[AttributeUsage(AttributeTargets.Property)]
public class MappedAttribute : Attribute
{
public bool IsMapped { get; set; }
}
}
[Mapped]
以上是关于[Mapped]的主要内容,如果未能解决你的问题,请参考以下文章
managed_mapped_file 是不是能够因分配而增加文件大小?
TypeScript 路径映射“找不到模块 a-mapped/a”
circular_buffer 和 managed_mapped_file 分段错误