Vertesaur.PolygonOperation.PolygonUnionOperation.CodeContractInvariants C# (CSharp) 메소드

CodeContractInvariants() 개인적인 메소드

private CodeContractInvariants ( ) : void
리턴 void
        private void CodeContractInvariants(){
            Contract.Invariant(InverseIntersectionOperation != null);
        }