コード例 #1
0
ファイル: SequenceType.cs プロジェクト: andyhebear/Continuum
        private SequenceType()
        {
            Contract.Requires(ms_instance == null, "Types should only be instantiated once");

            ms_instance = this;
        }