Home
last modified time | relevance | path

Searched refs:ISecond (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Convention/tests/
H A DPartBuilderInterfaceTests.cs16 public interface ISecond { } interface in System.Composition.Convention.PartBuilderInterfaceTests
21 public class Standard : IFirst, ISecond, IThird, IFifth
25 public class Dippy : IFirst, ISecond, IThird, IFifth, IDisposable
32 public class Base : IFirst, ISecond { }
41 public IEnumerable<ISecond> Second { get; set; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition/tests/
H A DOpenGenericsTests.cs46 private interface ISecond<T> { } interface in System.Composition.UnitTests.OpenGenericsTests
48 [Export(typeof(IFirst<>)), Export(typeof(ISecond<>))]
49 private class FirstAndSecond<T> : IFirst<T>, ISecond<T> { }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.RTF/
H A DMinor.cs146 ISecond, enumerator
H A DKeysInit.cs44 new KeyStruct(Major.SpecialChar, Minor.ISecond, "sec"), in Init()