Esempio n. 1
0
 public CSharpResolvedAttribute(CppTypeResolveContext context, CppAttribute unresolved)
 {
     this.context    = context;
     this.unresolved = unresolved;
     // Pretty much any access to the attribute checks the type first, so
     // we don't need to use lazy-loading for that.
     this.attributeType = unresolved.AttributeType.Resolve(context);
 }
Esempio n. 2
0
			public CSharpResolvedAttribute(CppTypeResolveContext context, CppAttribute unresolved)
			{
				this.context = context;
				this.unresolved = unresolved;
				// Pretty much any access to the attribute checks the type first, so
				// we don't need to use lazy-loading for that.
				this.attributeType = unresolved.AttributeType.Resolve(context);
			}