NClass.Core.NestingRelationship.NestingRelationship C# (CSharp) Метод

NestingRelationship() приватный Метод

/// Cannot create nesting relationship. /// /// is null.-or- /// is null. ///
private NestingRelationship ( CompositeType parentType, TypeBase innerType ) : System
parentType CompositeType
innerType TypeBase
Результат System
		internal NestingRelationship(CompositeType parentType, TypeBase innerType)
			: base(parentType, innerType)
		{
			Attach();
		}