Class DoorSocket
Basic implementation of door sockets. Two sockets are compatible if they are the same instances.
Inheritance
System.Object
DoorSocket
Assembly: cs.temp.dll.dll
Syntax
public class DoorSocket : DoorSocketBase, IDoorSocket
Fields
Color
Declaration
Field Value
Methods
GetColor()
Declaration
public override Color GetColor()
Returns
Overrides
IsCompatibleWith(IDoorSocket)
Declaration
public override bool IsCompatibleWith(IDoorSocket otherSocket)
Parameters
Type |
Name |
Description |
IDoorSocket |
otherSocket |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
Implements
IDoorSocket