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();
		}