AggregateSymbol class AggregateSymbol : NamespaceOrAggregateSymbol Documentation Code public Assembly AssociatedAssembly public Type AssociatedSystemType public AggregateSymbol() public AggKindEnum AggKind() public bool FindBaseAgg(AggregateSymbol agg) public AggregateSymbol GetBaseAgg() public AggregateType GetBaseClass() public MethodSymbol GetFirstUDConversion() public TypeArray GetIfaces() public TypeArray GetIfacesAll() public AggregateSymbol GetOuterAgg() public PredefinedType GetPredefType() public AggregateType getThisType() public TypeArray GetTypeVars() public TypeArray GetTypeVarsAll() public AggregateType GetUnderlyingType() public bool HasConversion() public bool HasPubNoArgCtor() public bool InternalsVisibleTo(Assembly assembly) public bool IsAbstract() public bool IsClass() public bool IsDelegate() public bool IsEnum() public bool IsInterface() public bool isNested() public bool isPredefAgg(PredefinedType pt) public bool IsPredefined() public bool IsRefType() public bool IsSealed() public bool IsSkipUDOps() public bool IsStatic() public bool IsStruct() public bool IsValueType() public void SetAbstract(bool abstract) public void SetAggKind(AggKindEnum aggKind) public void SetBaseClass(AggregateType baseClass) public void SetFirstUDConversion(MethodSymbol conv) public void SetHasConversion() public void SetHasPubNoArgCtor(bool hasPubNoArgCtor) public void SetIfaces(TypeArray ifaces) public void SetIfacesAll(TypeArray ifacesAll) public void SetPredefined(bool predefined) public void SetPredefType(PredefinedType predef) public void SetSealed(bool sealed) public void SetSkipUDOps(bool skipUDOps) public void SetTypeVars(TypeArray typeVars) public void SetUnderlyingType(AggregateType underlyingType)