コード例 #1
0
ファイル: Attributes.cs プロジェクト: berkaroad/dotnetcorefx
 public IDispatchImplAttribute(IDispatchImplType implType)
 {
     Value = implType;
 }
コード例 #2
0
 public IDispatchImplAttribute(IDispatchImplType implType)
 {
     Value = implType;
 }
コード例 #3
0
ファイル: attributes.cs プロジェクト: SixGodZhang/Source
 public IDispatchImplAttribute(IDispatchImplType implType)
 {
     _val = implType;
 }
コード例 #4
0
ファイル: attributes.cs プロジェクト: SixGodZhang/Source
 public IDispatchImplAttribute(short implType)
 {
     _val = (IDispatchImplType)implType;
 }
コード例 #5
0
ファイル: attributes.cs プロジェクト: razzfazz/mono
 public IDispatchImplAttribute(IDispatchImplType implType)
 {
     _val = implType;
 }
コード例 #6
0
ファイル: attributes.cs プロジェクト: razzfazz/mono
 public IDispatchImplAttribute(short implType)
 {
     _val = (IDispatchImplType)implType;
 }
コード例 #7
0
 // Constructors
 public IDispatchImplAttribute(IDispatchImplType implType)
 {
 }
コード例 #8
0
 /// <summary>Initializes a new instance of the IDispatchImplAttribute class with specified <see cref="T:System.Runtime.InteropServices.IDispatchImplType" /> value.</summary><param name="implType">Indicates which <see cref="T:System.Runtime.InteropServices.IDispatchImplType" /> enumeration will be used. </param>
 public IDispatchImplAttribute(IDispatchImplType implType)
 {
     throw new NotImplementedException();
 }
コード例 #9
0
 // Constructor.
 public IDispatchImplAttribute(IDispatchImplType implType)
 {
     this.implType = implType;
 }
コード例 #10
0
 public IDispatchImplAttribute(short implType)
 {
     this.implType = (IDispatchImplType)implType;
 }
コード例 #11
0
 internal IDispatchImplAttribute(short implType)
 {
     _val = (IDispatchImplType)implType;
 }
コード例 #12
0
 internal IDispatchImplAttribute(IDispatchImplType implType)
 {
     _val = implType;
 }
 public IDispatchImplAttribute(IDispatchImplType implType)
 {
 }
コード例 #14
0
	public IDispatchImplAttribute(short implType)
			{
				this.implType = (IDispatchImplType)implType;
			}
コード例 #15
0
	// Constructor.
	public IDispatchImplAttribute(IDispatchImplType implType)
			{
				this.implType = implType;
			}